This repository was archived by the owner on Nov 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 112
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
Bug in actor.js /setRotationAnchor() #154
Open
Description
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;
},
Activity
Metadata
Metadata
Assignees
Labels
No labels