diff --git a/README.md b/README.md index 6171ed8..d7cb0d3 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Access the app at `http://localhost:3000` > **Note:** The current upload contract accepts `model.gltf` and preserves it as GLTF. `.glb` uploads are rejected by validation. > > Local 3D preview supports `model.gltf` folders by resolving dropped companion files such as `model.bin` and textures through local object URLs. +> The preview also shows a small model stats helper with estimated draw calls, meshes, triangles, materials, and texture count. ### Production (Coolify / Docker) diff --git a/components/ModelViewer.tsx b/components/ModelViewer.tsx index 4dcb057..cf1cdb5 100644 --- a/components/ModelViewer.tsx +++ b/components/ModelViewer.tsx @@ -60,7 +60,7 @@ export default function ModelViewer({ url, assetUrls, filename, size }: ModelVie {stats && ( -