Is there any way to disable/enable only the rotation, pan, zoom options in Camera Controls.
In that, the enabled option sets enabled or disables all controls. But I need to specify the options like zoom, pan or rotation.
Is there any way to disable/enable only the rotation, pan, zoom options in Camera Controls.
In that, the enabled option sets enabled or disables all controls. But I need to specify the options like zoom, pan or rotation.
I was about to post the same problem. Turns out that I found a workaround. You can try disabling the camera controls and temporarily instantiate an orbit control.
also don't forget to capture the animation frame id so you can get rip of it later on
later on, you can dispose it and get back to work with camera controls: ...
Hope this helps!