Open GoogleCodeExporter opened 9 years ago
This is normal behavior. You have rotated the sphere by 30 degrees on the Z
axis, but
that doesnt mean the Y axis stays where it is. It moves along with the rotation
on Z.
When rotating around Z, the up,down,left,right parts of the object move too.
To achieve what you are after, you can do localRotationZ = 30 and rotationY++,
or
just place the sphere into a DO3D, rotate the sphere on Z, and then rotate the
DO3D on Y.
Original comment by emronisan@gmail.com
on 23 Apr 2010 at 10:49
Original issue reported on code.google.com by
jiato...@gmail.com
on 20 Oct 2009 at 11:21