diff --git a/front/src/components/Promo/load_models.vue b/front/src/components/Promo/load_models.vue index b574175..04b3309 100644 --- a/front/src/components/Promo/load_models.vue +++ b/front/src/components/Promo/load_models.vue @@ -30,22 +30,20 @@ const clickable_items = ref([]) const clickable_refs = ref([]) const envVars = reactive({}) as EnvVars const def_distance = reactive({ max: 10, min: 1 }) + const controls_targetto = ref() as Ref; const controls_targetto_count = ref(CON_MOVETO_COUNT) const camera_moveto = ref() as Ref; const camera_moveto_count = ref(CON_MOVETO_COUNT) - const camera_rotatetoto = ref() as Ref; const camera_rotatetoto_count = ref(CAM_MOVETO_COUNT) - const sidebar = usePromoSidebar(); const sidebar_scene = usePromoScene(); const clickable = useClickable() const loading_store = useLoading() const { controls, camera, scene, raycaster, renderer } = useTresContext() -const { pause, resume } = useLoop() const { seekByName, seekAllByName } = useSeek() const groundTexture = await useTexture({