compress glb

This commit is contained in:
Kseninia Mikhaylova 2024-07-25 10:28:33 +03:00
parent 649f3e5662
commit a7667366bf
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],
}
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.