Is there an option to add zoom in/out buttons as an alternative when disabling scroll wheel zoom?
Cesium v1.41
Is there an option to add zoom in/out buttons as an alternative when disabling scroll wheel zoom?
Cesium v1.41
You can use the Navigation Plugin.
Thanks! I’ll take a look.
Hi Damien,
You can also just watch for your user input events and call the Camera.zoomIn or zoomOut functions.
Thanks,
Gabby