remove stats
Deploy / build_and_push_images (push) Successful in 1m19s Details
Deploy / deploy_to_server_dev (push) Successful in 41s Details

This commit is contained in:
Kseninia Mikhaylova 2024-10-02 14:39:55 +03:00
parent 62ee7e7c06
commit 24120cc7df
1 changed files with 0 additions and 1 deletions

View File

@ -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 />