johnatm / itween

Automatically exported from code.google.com/p/itween
1 stars 2 forks source link

rotateTo() doesn't follow or adhere to "local" usage request. #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
rotateTo() needs to leverage differential setting like moveTo because it
ignores any "local" usage and only rotates in world space.

Original issue reported on code.google.com by pixelplacement on 17 May 2010 at 3:18

GoogleCodeExporter commented 8 years ago
Solved! iTween.rotateTo and iTween.rotateFrom now ONLY set rotational values 
based
off Quaternion.identity and therefore are set in world space only.  For local 
space
rotational control use "by" and "add".

Original comment by pixelplacement on 19 May 2010 at 5:27