fix: normalize exported texture filenames
This commit is contained in:
@@ -65,6 +65,10 @@ export default function ModelViewer({ url, assetUrls, filename, size }: ModelVie
|
||||
<span className="text-gray-500">Draw calls</span>
|
||||
<span className="font-mono text-gray-200">{stats.drawCalls}</span>
|
||||
</span>
|
||||
<span className="flex justify-between gap-3">
|
||||
<span className="text-gray-500">Children</span>
|
||||
<span className="font-mono text-gray-200">{stats.childObjects}</span>
|
||||
</span>
|
||||
<span className="flex justify-between gap-3">
|
||||
<span className="text-gray-500">Meshes</span>
|
||||
<span className="font-mono text-gray-200">{stats.meshes}</span>
|
||||
|
||||
Reference in New Issue
Block a user