remove stats
This commit is contained in:
parent
62ee7e7c06
commit
24120cc7df
|
@ -25,7 +25,6 @@ const cameraStat = reactive({
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<Loader />
|
<Loader />
|
||||||
<Stats />
|
|
||||||
<TresCanvas clear-color="#e2e8f0">
|
<TresCanvas clear-color="#e2e8f0">
|
||||||
<TresPerspectiveCamera v-bind="cameraStat" ref="camera" />
|
<TresPerspectiveCamera v-bind="cameraStat" ref="camera" />
|
||||||
<OrbitControls v-bind="controlsState" make-default />
|
<OrbitControls v-bind="controlsState" make-default />
|
||||||
|
|
Loading…
Reference in New Issue