This commit is contained in:
Kseninia Mikhaylova 2024-09-24 13:07:43 +03:00
parent 69add3ceab
commit e17bf9d23b
1 changed files with 1 additions and 1 deletions

View File

@ -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) =>