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

@ -283,7 +283,7 @@ export function createSettings() {
* The controls for how to navigate the 3D view
*/
mouseControls: new Setting<CameraSystem>({
defaultValue: 'KittyCAD',
defaultValue: 'Zoo',
description: 'The controls for how to navigate the 3D view',
validate: (v) => cameraSystems.includes(v as CameraSystem),
hideOnLevel: 'project',