fix: support gltf uploads with local preview

This commit is contained in:
Tom Boullay
2026-04-27 11:07:16 +02:00
parent 078e687e86
commit 4c3a687ff8
19 changed files with 136 additions and 98 deletions
+1
View File
@@ -20,6 +20,7 @@ export interface FolderEntry {
error?: string
filename?: string
modelUrl?: string
assetUrls?: Record<string, string>
viewerOpen?: boolean
warnings: string[]
driveStatus?: DriveStatus