Merge pull request 'compress glb' (#45) from bx-1146-more_calc into dev
Deploy / build_and_push_images (push) Successful in 1m26s Details
Deploy / deploy_to_server_dev (push) Successful in 50s Details

Reviewed-on: #45
This commit is contained in:
ksenia_mikhailova 2024-07-25 10:29:13 +03:00
commit c8a4e7e8e8
7 changed files with 6 additions and 6 deletions

View File

@ -14,12 +14,12 @@ const targetExplosion = {
verh: [0 * k, 0.25 * k, 0 * k], verh: [0 * k, 0.25 * k, 0 * k],
} }
const { scene: kosynka } = await useGLTF('/models/kosynka.glb', { draco: true }) const { scene: kosynka } = await useGLTF('/models/kosynka.glb')
const { scene: krepleniye_planok } = await useGLTF('/models/krepleniye_planok.glb', { draco: true }) const { scene: krepleniye_planok } = await useGLTF('/models/krepleniye_planok.glb')
const { scene: osnova_stolba } = await useGLTF('/models/osnova_stolba.glb', { draco: true }) const { scene: osnova_stolba } = await useGLTF('/models/osnova_stolba.glb')
const { scene: planki } = await useGLTF('/models/planki.glb', { draco: true }) const { scene: planki } = await useGLTF('/models/planki.glb')
const { scene: stolb } = await useGLTF('/models/stolb.glb', { draco: true }) const { scene: stolb } = await useGLTF('/models/stolb.glb')
const { scene: verh } = await useGLTF('/models/verh.glb', { draco: true }) const { scene: verh } = await useGLTF('/models/verh.glb')
const lamelle_color = use_lamelle_color() const lamelle_color = use_lamelle_color()
const pillar_color = use_pillar_color() const pillar_color = use_pillar_color()

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.