Closed juho-ylikyla closed 4 years ago
How to reproduce in version 1.1.0
Works better with this setting
cameraControl.dragRotationRate = 1;
... and with a change in TouchPanRotateAndDollyHandler.js
TouchPanRotateAndDollyHandler.js
updates.dollyDelta = (d2 - d1) * 0.05;
I'll close this issue, this is mostly fixed 👍
How to reproduce in version 1.1.0
Works better with this setting
cameraControl.dragRotationRate = 1;
... and with a change in
TouchPanRotateAndDollyHandler.js
updates.dollyDelta = (d2 - d1) * 0.05;