I set default position of controls like this:
controls.target.set(10,10,10)
But when i call controls.update() its changing back to (0,0,0)
How can i set default position of orbit controls?
I set default position of controls like this:
controls.target.set(10,10,10)
But when i call controls.update() its changing back to (0,0,0)
How can i set default position of orbit controls?
Iām not able to reproduce this behavior with the following live example: Edit fiddle - JSFiddle - Code Playground
Please update the demo to demonstrate the issue.