We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee3d97 commit f2558fbCopy full SHA for f2558fb
src/viewer.ts
@@ -815,7 +815,7 @@ class Viewer {
815
816
// calculate scene size
817
const sceneSize = bbox.halfExtents.length();
818
- this.cameraControls.moveSpeed = Math.max(0.05, Math.min(1, sceneSize * 0.0001)) * 200;
+ this.cameraControls.moveSpeed = sceneSize * 2.5;
819
this.cameraControls.zoomRange = new Vec2(ZOOM_SCALE_MIN, 10 * sceneSize);
820
821
// calculate the camera focal point
0 commit comments