From 98f51608b13e57563dc33e34e76a1deec5ec4705 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 8 Feb 2026 09:57:17 +0100 Subject: refactor(docs): Update TODO.md with large files and apply clang-format --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 72bb59e..bf6aca3 100644 --- a/TODO.md +++ b/TODO.md @@ -214,7 +214,7 @@ This file tracks prioritized tasks with detailed attack plans. - [ ] **Task #62: Physics Engine Enhancements (PBD & Rotation)**: - [ ] **Task #62.1: Quaternion Rotation**: Implement quaternion-based rotation for `Object3D` and incorporate angular momentum into physics. - [ ] **Task #62.2: Position Based Dynamics (PBD)**: Refactor solver to re-evaluate velocity after resolving all collisions and constraints. -- [ ] **Task #63: Refactor large files**: Split `src/3d/renderer.cc` (currently > 500 lines) into sub-functionalities. +- [ ] **Task #63: Refactor large files**: Split `src/gpu/gpu.cc`, `src/3d/visual_debug.cc` and `src/gpu/effect.cc` into sub-functionalities. (`src/3d/renderer.cc` was also over 500 lines and was taken care of in the past) --- -- cgit v1.2.3