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 kja...@gmail.com on 31 Oct 2011 at 12:53
Original issue reported on code.google.com by
kja...@gmail.com
on 31 Oct 2011 at 12:53