How to disable zoom gesture?

Hello

Using the default camera for a scene as:

scene.createDefaultCameraOrLight(true, true, true);

As I need to control the camera, however, I need to disable the zoom gesture, how would I achieve this?

Hi Samir_Sabri,

If you set the camera’s lowerRadiusLimit and upperRadiusLimit to the same value, does that have the effect you’re going for?

3 Likes

Thanks, that has did it.

1 Like