[Help] Difference in rotation behaviour due to Speckle viewer package version

Issue: I recently updated my speckle/viewer js package to 2.23.10.

I noticed that panning is affected and despite zoom to cursor and panning is disabled, the rotation seems to rotate on point instead of origin.
Here’s a preview of the issue:

Expected behaviour:

For example you may visit:

The camera options that I’m using are

 cameraController.options = {
      enableZoom: true,
      enablePan: false,
      zoomToCursor: false,
      orbitSensitivity: -1,
    };

There seems to be a behaviour difference between 2.21.2 and 2.23.10…
The issue exists on 2.23.10 regarding panning.

Thanks

Does this recent answer to another user of the npm viewer package help?

1 Like

Many thanks for this @jonathon , this helped.

Would it be possible for the team to disable this by default? and also update the docs. Thanks :smiley:

Even our docs are open source….

1 Like

Amazing, my bad, will udpate it :smiley: