diff --git a/src/components/load3d/Load3D.vue b/src/components/load3d/Load3D.vue index 75635f1b8..ed3e222c2 100644 --- a/src/components/load3d/Load3D.vue +++ b/src/components/load3d/Load3D.vue @@ -35,6 +35,7 @@ :hasBackgroundImage="hasBackgroundImage" :upDirection="upDirection" :materialMode="materialMode" + :isAnimation="false" @updateBackgroundImage="handleBackgroundImageUpdate" @switchCamera="switchCamera" @toggleGrid="toggleGrid" diff --git a/src/components/load3d/Load3DAnimation.vue b/src/components/load3d/Load3DAnimation.vue index bd3d03af5..9e9e8423d 100644 --- a/src/components/load3d/Load3DAnimation.vue +++ b/src/components/load3d/Load3DAnimation.vue @@ -42,6 +42,7 @@ :hasBackgroundImage="hasBackgroundImage" :upDirection="upDirection" :materialMode="materialMode" + :isAnimation="true" @updateBackgroundImage="handleBackgroundImageUpdate" @switchCamera="switchCamera" @toggleGrid="toggleGrid" diff --git a/src/components/load3d/Load3DControls.vue b/src/components/load3d/Load3DControls.vue index abba85a98..41fdc1d27 100644 --- a/src/components/load3d/Load3DControls.vue +++ b/src/components/load3d/Load3DControls.vue @@ -105,7 +105,7 @@
-
+