feat(assets): load 3d models as well
This commit is contained in:
7
app/components/LoadingScreen.vue
Normal file
7
app/components/LoadingScreen.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
const { loaded, total } = useAssets();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<p>{{ loaded }} / {{ total }}</p>
|
||||
</template>
|
||||
Reference in New Issue
Block a user