Lighting is now in its own class using the new Pathing class. This should allow me to make it more consistent and possibly make Pathing more efficient.

This commit is contained in:
Zed A. Shaw 2024-12-01 17:54:43 -05:00
parent e05335b153
commit 3f7a9cc124
18 changed files with 209 additions and 257 deletions

View file

@ -6,6 +6,7 @@ TODAY'S GOAL:
* Clean up and document as much code as possible.
* Doxygen? Other docs tool?
* Add a method to render.cpp that sets terminal true color.
* limit as 1000 should be a constant
TODO:
* I can do headless windows in renderer for testing.