feat: add texture diagnostics to viewer

This commit is contained in:
Tom Boullay
2026-05-17 16:49:24 +02:00
parent 3cfb3a21a9
commit 83b2b405b4
7 changed files with 419 additions and 16 deletions
+1
View File
@@ -96,6 +96,7 @@ export default function FolderDropzone({
status: 'pending',
progress: 0,
warnings: validation.warnings,
textureReport: validation.textureReport,
modelUrl,
assetUrls,
viewerOpen: true,