update: add a gltf viewer

This commit is contained in:
Tom Boullay
2026-04-03 11:32:56 +02:00
parent a44cd5dab3
commit 7ce3d61110
6 changed files with 924 additions and 21 deletions
+4 -1
View File
@@ -12,7 +12,10 @@
"next": "^16.1.7",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-dropzone": "^14.2.3"
"react-dropzone": "^14.2.3",
"three": "^0.170.0",
"@react-three/fiber": "^8.17.10",
"@react-three/drei": "^9.117.0"
},
"devDependencies": {
"@types/busboy": "^1.5.4",