diff --git a/src/components/project/virtual-sample/Interactive360.vue b/src/components/project/virtual-sample/Interactive360.vue index 264b11d..66f136f 100644 --- a/src/components/project/virtual-sample/Interactive360.vue +++ b/src/components/project/virtual-sample/Interactive360.vue @@ -141,12 +141,6 @@ const { isLoopAnimationEnabled } = storeToRefs(useVirtualSampleStore()); function loopAnimation() { rotateX("right"); - - if (currentX.value < xMax.value / 2) { - if (currentY.value < yMax.value - 1) currentY.value++; - } else { - if (currentY.value > 0) currentY.value--; - } } let animationIntervalId;