Merge branch 'bx-696-startproject' of https://git.svs-tech.pro/ksenia_mikhailova/mns-mini-zabor into bx-696-startproject
This commit is contained in:
commit
a125241c77
|
@ -99,8 +99,8 @@ watch(section_count, () => {
|
||||||
<div class="container min-w-full relative h-[50vh]">
|
<div class="container min-w-full relative h-[50vh]">
|
||||||
<ClientOnly fallback-tag="div" fallback="Загрузка 3D модели">
|
<ClientOnly fallback-tag="div" fallback="Загрузка 3D модели">
|
||||||
<Loader />
|
<Loader />
|
||||||
<Stats />
|
|
||||||
<TresCanvas shadows>
|
<TresCanvas shadows>
|
||||||
|
<StatsGl />
|
||||||
<TresPerspectiveCamera v-bind="cameraStat" ref="camera" />
|
<TresPerspectiveCamera v-bind="cameraStat" ref="camera" />
|
||||||
<OrbitControls v-bind="controlsState" make-default />
|
<OrbitControls v-bind="controlsState" make-default />
|
||||||
<TresGroup :position-x="Math.min(section_count, max_size) * fence_section * -1" :position-y="-3">
|
<TresGroup :position-x="Math.min(section_count, max_size) * fence_section * -1" :position-y="-3">
|
||||||
|
|
Loading…
Reference in New Issue