diff --git a/front/src/components/Promo/main.vue b/front/src/components/Promo/main.vue index 85b9c03..a73bd5c 100644 --- a/front/src/components/Promo/main.vue +++ b/front/src/components/Promo/main.vue @@ -29,7 +29,6 @@ const controlsState = reactive({ const { hasFinishLoading, progress } = await useProgress() const { scene: spot_light } = await useGLTF('/Spot_light.glb') const spot_light_item = spot_light.children[0] -const spot_light_ref = ref() const spot_light_target = ref() const target = new Object3D() @@ -49,10 +48,8 @@ onLoop(({ elapsed }) => { direction = 0.05 } spot_light_target.value.translateX(direction) - } }) -console.log(spot_light_target.value)