filename
This commit is contained in:
parent
69add3ceab
commit
e17bf9d23b
|
@ -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) =>
|
||||
|
|
Loading…
Reference in New Issue