CAAT
CAAT copied to clipboard
Bug in actor.js /setRotationAnchor()
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; },