I’m sure some one else also has this problem where you have a tileset and trying to navigate the camera around selected point while holding control (ctrl), it’s really annoying when you accidentally click on faraway background and then you have crazy camera movement making you lose your original point of interest by moving camera away.
Interested to hear how wider community is dealing with this problem?
Maybe there is a way to make globe behave like sky, meaning that you can only pan camera if you click on the sky versus rotate around point?
I found this setting:
ScreenSpaceCameraController
The minimum height the camera must be before switching from rotating a track ball to free look when clicks originate on the sky or in space.
Ideally I would like everything to behave as it does in track ball mode, I did try to set this value to negative number to force that but obviously did not work
Edit:
I also tried to use
viewer.scene.screenSpaceCameraController.enableLook = true;