chore: cleanup #6 #8 #9 — delete debug dir, rename glbUrl prop, sync docs

- delete renderproblems_tmp/ (7 debug images + USD test files, orphaned)
- rename ThreeDViewer prop geometryGltfUrl → glbUrl; update CadPreview.tsx
  caller (productionGltfUrl distinction was never needed, only one GLB type)
- plan.md: mark all 4 cinematic tasks [x] (all implemented + seeded in 070)
- 0001-step-to-usd: mark Phase 4 ThreeDViewer acceptance gates [x] (P4 done)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-22 10:22:08 +02:00
co-authored by Claude Sonnet 4.6
parent c87857f836
commit c262b31bc5
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ export default function CadPreviewPage() {
<ThreeDViewer
cadFileId={id}
onClose={() => navigate(-1)}
geometryGltfUrl={latestGltf?.download_url ?? undefined}
glbUrl={latestGltf?.download_url ?? undefined}
hasGeometryGlb={!!latestGltf}
isGeneratingGeometry={generating}
onGenerateGeometry={() => generateMutation.mutate()}