Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rotation handedness option? #1

Open
trusktr opened this issue Dec 1, 2024 · 0 comments
Open

rotation handedness option? #1

trusktr opened this issue Dec 1, 2024 · 0 comments

Comments

@trusktr
Copy link

trusktr commented Dec 1, 2024

I see axis options:

oito/src/oop/Vec3.ts

Lines 8 to 15 in c8de32d

static AXIS = [ [1,0,0], [0,1,0], [0,0,1] ];
static UP = [ 0, 1, 0 ];
static DOWN = [ 0, -1, 0 ];
static LEFT = [ -1, 0, 0 ];
static RIGHT = [ 1, 0, 0 ];
static FORWARD = [ 0, 0, 1 ];
static BACK = [ 0, 0, -1 ];
static ZERO = [ 0, 0, 0 ];

Is there a way to configure rotation handedness? (don't think so from a quick scan, but just in case)

Related Three.js thread Math experts: is there anything you wish Three.js math library had?. I think you may have some good input for that thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant