@@ -48,19 +42,24 @@ const { hasFinishLoading, progress } = await useProgress()
+
-
+
+
-
-
-
-
+
+
+
+
+
+
@@ -70,6 +69,7 @@ const { hasFinishLoading, progress } = await useProgress()
.invisible {
visibility: hidden;
}
+
.loader {
display: flex;
justify-content: center;
diff --git a/front/src/vite-env.d.ts b/front/src/vite-env.d.ts
index 11f02fe..5ff83b5 100644
--- a/front/src/vite-env.d.ts
+++ b/front/src/vite-env.d.ts
@@ -1 +1,2 @@
///
+declare module "*.fbx";
\ No newline at end of file