feat: support glb model assets

This commit is contained in:
Tom Boullay
2026-04-29 16:18:24 +02:00
parent ad6f1552c6
commit 95e7e9c0a5
9 changed files with 59 additions and 36 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ export function EditorPage(): React.JSX.Element {
<h4>Structure requise :</h4>
<pre>
public/ <strong>map.json</strong> (à la racine) models/
arbre/ model.gltf building/ model.gltf
arbre/ model.glb building/ model.gltf
...
</pre>
</div>