bearstampede / piccolo2d

Automatically exported from code.google.com/p/piccolo2d
0 stars 0 forks source link

Animation with rotation performs scale instead #228

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Thank you for reporting this.

Original comment by heue...@gmail.com on 1 Nov 2011 at 8:01

GoogleCodeExporter commented 8 years ago

Original comment by heue...@gmail.com on 26 Nov 2013 at 5:41