question: is north always -y and east +x #113
Closed
tom-twinlabs
started this conversation in
General
Replies: 2 comments 1 reply
|
I was considering letting the user pick the camera UP vector, so you can decide what North East are, but at the moment is kinda following defaults threejs behaviour, where Y is UP and X is right and -Z forward. So north is -z and east is +x. It shouldn't be hard to have +Y for north instead, and would make more sense for a lot of cases. PRs are welcomed for that feature 😄 |
0 replies
|
Thank you for the response! I actually don't have a need to change camera.up at the moment. Aligning with default three.js behavior makes total sense. I will make a small PR for a docs addition, but feel free to ignore it :) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
This is what it looks like to me, by adding AxesHelper, I just wanted to ask if this is always the case?
Many thanks
All reactions