This commit is contained in:
parent 6b795a3329
commit 575b4b5f11
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ watch(() => route.params.target, () => {
<LoadModels :source="source" :loaded="set_model_load_status" :loaded_pan="loadedPan" /> <LoadModels :source="source" :loaded="set_model_load_status" :loaded_pan="loadedPan" />
</Suspense> </Suspense>
<TresMesh cast-shadow> <TresMesh cast-shadow>
<TresBoxGeometry :args="[1, 1, 1]" />
<TresMeshStandardMaterial /> <TresMeshStandardMaterial />
</TresMesh> </TresMesh>
<TresMesh :position-y="0" :rotate-x="-Math.PI / 2" receive-shadow> <TresMesh :position-y="0" :rotate-x="-Math.PI / 2" receive-shadow>