diff --git a/components/model/parametric.vue b/components/model/parametric.vue index 306f95f..2436b50 100644 --- a/components/model/parametric.vue +++ b/components/model/parametric.vue @@ -32,7 +32,7 @@ const { scene: model_fence_top } = await useGLTF('/fence_one/top.glb') const { scene: model_fence_center } = await useGLTF('/fence_one/center.glb') const { scene: model_fence_bottom } = await useGLTF('/fence_one/bottom.glb') const { scene: model_fence_inner } = await useGLTF('/fence_one/inner.glb') -const { scene: fastening_model } = await useGLTF('/models_one/krepleniye_planok (1).glb', { draco: true }); +const { scene: fastening_model } = await useGLTF('/models_one/krepleniye_planok.glb', { draco: true }); const { scene: lamelle_model } = await useGLTF('/models_one/lamel_100.glb', { draco: true }); [model_fence_top, model_fence_bottom].map((sc: Object3D) =>