|
@@ -83,9 +83,9 @@ useViewStack(() => {
|
|
|
|
|
|
watch(showId, (id) => {
|
|
watch(showId, (id) => {
|
|
const position = positions.value?.find((item) => item.id === id);
|
|
const position = positions.value?.find((item) => item.id === id);
|
|
- if (custom.showMode === "fuse") {
|
|
|
|
- position && flyTaggingPosition(position);
|
|
|
|
- }
|
|
|
|
|
|
+ // if (custom.showMode === "fuse") {
|
|
|
|
+ position && flyTaggingPosition(position);
|
|
|
|
+ // }
|
|
});
|
|
});
|
|
const [pose] = useCameraChange(() => sdk.getPose());
|
|
const [pose] = useCameraChange(() => sdk.getPose());
|
|
|
|
|