#orbit controls and camera up
3 messages · Page 1 of 1 (latest)
does calling controls.update() after changing up help ?
if you are forced to go with the delete and add another route ,don't forget to use the dispose method https://threejs.org/docs/index.html?q=orbit#examples/en/controls/OrbitControls.dispose
but imo rotating the model would be ideal as this usecase is not widely used and you might face similar "up" related issues in the future
added axes helpers and grid helpers to help visualise the orientation better https://jsfiddle.net/zuul/Lkprcrzw/
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.