Camera reset panning to default #1332
Unanswered
PaganViking
asked this question in
Q&A
Replies: 1 comment
-
panning motion comes from controls, the camera just has position, rotation and up vector. you can set all three to whatever, unless you do have controls in which case your changes will be overwritten next frame. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
How do you set panning back to default ?
camera.position.set(0, 0, 6)
only set the position, but not the panning .
Beta Was this translation helpful? Give feedback.
All reactions