summaryrefslogtreecommitdiff
path: root/doc/HANDOFF_2026-02-08.md
AgeCommit message (Collapse)Author
11 hoursrefactor(shaders): Use bump mapping utility function in renderer_3dskal
- Added #include "math/sdf_utils" to renderer_3d.wgsl - Replaced 35 lines of inline bump mapping code with call to get_normal_bump() - Improves code reusability and maintainability - Same functionality with cleaner implementation