Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Bug in actor.js /setRotationAnchor() #154

Open
@legikaloz

Description

@legikaloz

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;
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions