bx-1379-redesign #15
|
@ -5,7 +5,7 @@ import { useRoute } from 'vue-router';
|
|||
|
||||
import { Vector3 } from 'three';
|
||||
import { TresCanvas } from '@tresjs/core';
|
||||
import { OrbitControls } from '@tresjs/cientos'
|
||||
import { OrbitControls, Stats } from '@tresjs/cientos'
|
||||
import '@tresjs/leches/styles'
|
||||
|
||||
import LoadModels from './load_models.vue'
|
||||
|
@ -89,6 +89,7 @@ const nextClickableId = () => {
|
|||
:shadows="false">
|
||||
<TresPerspectiveCamera :position="cameraPosition" ref="camera" />
|
||||
<OrbitControls v-bind="controlsState" @change="onChange" make-default />
|
||||
<Stats />
|
||||
<Suspense>
|
||||
<LoadModels :source="route.params.target" :loaded_pan="loadedPan" />
|
||||
</Suspense>
|
||||
|
|
Loading…
Reference in New Issue