Skip to content

rotation handedness option? #1

@trusktr

Description

@trusktr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions