Stingy sphere axis messed up

Post your questions here and we'll all try to help.
Post Reply
User avatar
mowgli
Posts: 490
Joined: Wed Aug 05, 2009 17:28
Location: EU

Stingy sphere axis messed up

Post by mowgli »

On the stingy sphere effect the axis rotation appears to be all messed up,
• X rotation is rotating the sphere on the Y axis
• Y and Z rotation both rotate the sphere on the X axis...

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Re: Stingy sphere axis messed up

Post by Joris »

• X rotation is rotating the sphere on the Y axis
Rotation axes are in object space, not world space. So the alignment changes when you rotate the object. The X axis of the object will be aligned with the X axis of the world if you put the Y rotation at 0.25.
Y and Z rotation both rotate the sphere on the X axis...
Again, which world axis they rotate around depends on the object's rotation, but yeah, they do seem to be doing the same thing. Thanks for letting us know.

Post Reply