compress glb
This commit is contained in:
parent
649f3e5662
commit
a7667366bf
|
@ -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