Merge pull request 'filename' (#72) from bx-1480-constructor into dev
Deploy / build_and_push_images (push) Successful in 1m22s Details
Deploy / deploy_to_server_dev (push) Successful in 32s Details

Reviewed-on: #72
This commit is contained in:
ksenia_mikhailova 2024-09-24 13:07:59 +03:00
commit ebd7411541
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) =>