You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Animation which rotates node does not seems to be working. For many thetas it
does not perform rotation, but it scales instead.
This code should rotate an node, but it causes pulsation (scale) instead:
PAffineTransform t = node.getTransform();
t.setRotation(Math.PI);
PTransformActivity act = n.animateToTransform(t,5000);
act.setLoopCount(Integer.MAX_VALUE);
Original issue reported on code.google.com by [email protected] on 31 Oct 2011 at 12:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 31 Oct 2011 at 12:53The text was updated successfully, but these errors were encountered: