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
+2 -2
View File
@@ -16,9 +16,9 @@ export default function Home() {
<UploadZone />
<footer className="mt-10 text-gray-500 text-xs text-center">
Models: <span className="font-mono text-gray-400">.glb · .gltf · .fbx</span>
Models: <span className="font-mono text-gray-400">.glb · .gltf</span>
<span className="mx-2">·</span>
Textures: <span className="font-mono text-gray-400">.png · .jpg · .webp · .ktx2</span>
Textures: <span className="font-mono text-gray-400">.png · .jpg · .webp</span>
<span className="mx-2">·</span>
Max size: <span className="font-mono text-gray-400">2 GB</span>
</footer>