doxel / doxel-viewer

GNU Affero General Public License v3.0
7 stars 2 forks source link

Potree controls cannot be used #22

Open bugdanov opened 7 years ago

bugdanov commented 7 years ago

https://github.com/potree/potree/issues/300#issuecomment-282639501

bugdanov commented 7 years ago

I can move the camera where I want... but for this I have to disable the camera.rotation.xz update and use camera.up.copy() and camera.lookAt() instead, but then the controls become unusable

We need to set the camera position programatically with camera.up.set() and camera.lookAt() or something equivalent and be able to use the controls afterwards.