Page 1 of 1

Stingy sphere axis messed up

Posted: Sun Jul 30, 2017 17:35
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...

Re: Stingy sphere axis messed up

Posted: Tue Aug 01, 2017 09:33
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.