other stats
This commit is contained in:
parent
976686593f
commit
b24c2a375d
|
@ -99,8 +99,8 @@ watch(section_count, () => {
|
|||
<div class="container min-w-full relative h-[50vh]">
|
||||
<ClientOnly fallback-tag="div" fallback="Загрузка 3D модели">
|
||||
<Loader />
|
||||
<Stats />
|
||||
<TresCanvas shadows>
|
||||
<StatsGl />
|
||||
<TresPerspectiveCamera v-bind="cameraStat" ref="camera" />
|
||||
<OrbitControls v-bind="controlsState" make-default />
|
||||
<TresGroup :position-x="Math.min(section_count, max_size) * fence_section * -1" :position-y="-3">
|
||||
|
|
Loading…
Reference in New Issue