|
|
@@ -114,7 +114,7 @@ export type FullViewMode = "scene" | "map";
|
|
|
export type CarryViewMode = "full" | "auto" | "auto not-left";
|
|
|
export type SysViewMode = "full" | "auto";
|
|
|
|
|
|
-export const laserModeStack = stackFactory(ref<Mode>(Mode.pano));
|
|
|
+export const laserModeStack = stackFactory(ref<Mode>(Mode.cloud));
|
|
|
export const fullViewStack = stackFactory(ref<FullViewMode>("scene"));
|
|
|
export const spiltViewModeStack = stackFactory(ref<number>(null));
|
|
|
export const magnifierModeStack = stackFactory(ref<boolean>(false));
|