summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-08 07:07:49 +0100
committerskal <pascal.massimino@gmail.com>2026-02-08 07:07:49 +0100
commit438ed437022eca66e84401563b280dc137d2f3c9 (patch)
tree239c04fbef99831a62a20c6f06df3db363464874 /doc
parent59c563630ed15fa60b393a9d11c25f4d35668f5a (diff)
docs: Mark Task #39 as complete
Diffstat (limited to 'doc')
-rw-r--r--doc/COMPLETED.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/COMPLETED.md b/doc/COMPLETED.md
index 168d378..2b7848f 100644
--- a/doc/COMPLETED.md
+++ b/doc/COMPLETED.md
@@ -268,3 +268,4 @@ This file tracks recently completed tasks, organized by completion date.
- **High-DPI Fix**: Resolved viewport "squishing" via dynamic resolution uniforms and explicit viewports.
- **Unified 3D Shadows**: Implemented robust SDF shadows across all objects using `inv_model` transforms.
- **test_mesh tool**: Implemented a standalone `test_mesh` tool for visualizing OBJ files with debug normal display.
+- **Task #39: Visual Debugging System**: Implemented a comprehensive set of wireframe primitives (Sphere, Cone, Cross, Line, Trajectory) in `VisualDebug`. Updated `test_3d_render` to demonstrate usage.