explosion diag fix
This commit is contained in:
parent
c3e37eb966
commit
533c839925
|
@ -1,8 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import { Vector3 } from 'three';
|
||||
import Item from './item.vue';
|
||||
const lSize = 0.1
|
||||
const lamelles_count = useState('lamelles_count')
|
||||
</script>
|
||||
<template>
|
||||
<TresMesh :position="[0, 0, 0]" :rotate-x="Math.PI * -0.5" receive-shadow cast-shadow v-if="false">
|
||||
|
@ -10,7 +7,7 @@ const lamelles_count = useState('lamelles_count')
|
|||
<TresMeshStandardMaterial color="pink" />
|
||||
</TresMesh>
|
||||
<Suspense>
|
||||
<TresGroup :translate-y="-1.5">
|
||||
<TresGroup :translate-y="-2">
|
||||
<Item model-url="/models/kosynka.glb" :target="[0.5, 0.25, 0.5,]" />
|
||||
<Item model-url="/models/kreplaniye_planok.glb" :target="[1, 0.5, 1]" />
|
||||
<Item model-url="/models/planki.glb" :target="[1.5, 1, 1.5,]" />
|
||||
|
|
Loading…
Reference in New Issue