18 lines
1.2 KiB
Markdown
18 lines
1.2 KiB
Markdown
# Week 2 - General Diagnostic Audit Notes
|
|
|
|
## Core Workflow Highlights
|
|
- **UI Integration**: The `RadioGroup + For-Loop` pattern is the most professional way to build configurators in Thob.
|
|
- **Linking Logic**: Using selection IDs to bind UI states to 3D properties (Material maps, visibility) is reliably performant.
|
|
- **Visual Fidelity**: High-quality texture mapping (Earth/Moon) is handled without UV distortion or scene lag.
|
|
|
|
## Key Technical Signals (Console Analysis)
|
|
- `GetBindingData... method already registered`: Persistent redundant logic registration during UI loops.
|
|
- `uncontrolled to controlled`: Initial state-sync delay during component mounting.
|
|
- `No HydrateFallback`: Standard framework hydration noise.
|
|
|
|
## Critical Limitation Audit
|
|
1. **Discovery Gap**: The logic syntax (e.g., `$context.item_currentItem.id`) is highly proprietary and non-discoverable without documentation.
|
|
2. **Asset Pipeline**: Discovered a silent upload failure for files > 5MB.
|
|
3. **Interaction Engine**: 3D objects lack native "On Click" triggers; all selection must be simulated via 2D UI.
|
|
4. **Primitive Stability**: Observed periodic crashes specifically when interacting with Cylinder geometry.
|