diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ This file tracks prioritized tasks with detailed attack plans. - [x] Fixed quaternion rotation stretching (non-normalized axis in quat::from_axis) - [x] Fixed mesh shadow scaling (excluded meshes from SDF scale factor) - [x] Fixed floor rendering artifacts (changed from PLANE to BOX) - - [ ] **Task A.1**: Investigate and fix missing shadows in test_mesh + - [x] **Task A.1**: Investigate and fix missing shadows in test_mesh (Investigated: Shadows are present but box-shaped due to AABB proxy. See `doc/DEBUG_SHADOWS.md`.) - [ ] **Task A.2**: Investigate and fix ObjectType::PLANE with non-uniform scaling - **Issue**: PLANE with extreme non-uniform scaling (e.g., vec3(20, 0.01, 20)) causes incorrect SDF distance calculations in shadows - **Workaround**: Changed test_mesh floor to use ObjectType::BOX instead |
