Merge pull request 'compress glb' (#45) from bx-1146-more_calc into dev
Reviewed-on: #45
This commit is contained in:
commit
c8a4e7e8e8
|
@ -14,12 +14,12 @@ const targetExplosion = {
|
|||
verh: [0 * k, 0.25 * k, 0 * k],
|
||||
}
|
||||
|
||||
const { scene: kosynka } = await useGLTF('/models/kosynka.glb', { draco: true })
|
||||
const { scene: krepleniye_planok } = await useGLTF('/models/krepleniye_planok.glb', { draco: true })
|
||||
const { scene: osnova_stolba } = await useGLTF('/models/osnova_stolba.glb', { draco: true })
|
||||
const { scene: planki } = await useGLTF('/models/planki.glb', { draco: true })
|
||||
const { scene: stolb } = await useGLTF('/models/stolb.glb', { draco: true })
|
||||
const { scene: verh } = await useGLTF('/models/verh.glb', { draco: true })
|
||||
const { scene: kosynka } = await useGLTF('/models/kosynka.glb')
|
||||
const { scene: krepleniye_planok } = await useGLTF('/models/krepleniye_planok.glb')
|
||||
const { scene: osnova_stolba } = await useGLTF('/models/osnova_stolba.glb')
|
||||
const { scene: planki } = await useGLTF('/models/planki.glb')
|
||||
const { scene: stolb } = await useGLTF('/models/stolb.glb')
|
||||
const { scene: verh } = await useGLTF('/models/verh.glb')
|
||||
|
||||
const lamelle_color = use_lamelle_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.
Loading…
Reference in New Issue