I’m using iTween.rotateAdd() on an object and rotating it by 60 degrees each time, but it’s not a perfect 60 degrees when I check the game object after after a few rotations. Here is what I have. I don’t wish to upgrade to 2.0 yet since it states it’s no compatible and I don’t wish to rework my stuff. What am I doing wrong?
There are known rotational issues with 1.0 (they may still be around in 2.0) but how off are the numbers you are getting? My guess is that they are incredibly close and if that’s the case you could always have a variable you increment along with each rotation which holds what the value should be at the end of each rotation. You could then use this variable to “dial in” your values with an “onComplete” callback.