Update Camera Controls to Zoo (#4755)

* update camera controls to Zoo

* update e2e and initial settings

* update types and camera controls ts

* update mod.rs test

* update test, test locally
This commit is contained in:
Josh Gomez
2024-12-11 15:03:51 -08:00
committed by GitHub
parent 3804aca27e
commit 7bc8bae0ec
5 changed files with 11 additions and 12 deletions

View File

@ -105,7 +105,7 @@ export class CameraControls {
pendingZoom: number | null = null
pendingRotation: Vector2 | null = null
pendingPan: Vector2 | null = null
interactionGuards: MouseGuard = cameraMouseDragGuards.KittyCAD
interactionGuards: MouseGuard = cameraMouseDragGuards.Zoo
isFovAnimationInProgress = false
perspectiveFovBeforeOrtho = 45
get isPerspective() {