CAAT icon indicating copy to clipboard operation
CAAT copied to clipboard

Bug in actor.js /setRotationAnchor()

Open legikaloz opened this issue 12 years ago • 0 comments

The params ray and rax are swapped (actor.js 1303,1304 lines): setRotationAnchor:function (rax, ray) { this.rotationX = ray; this.rotationY = rax; this.dirty = true; return this; },

legikaloz avatar Aug 07 '13 06:08 legikaloz