Lighting now works, now to get multiple lights.

This commit is contained in:
Zed A. Shaw 2024-11-26 05:03:49 -05:00
parent 4ceacecfda
commit 6174df5ec7
4 changed files with 36 additions and 13 deletions

View file

@ -1,12 +1,8 @@
TODAY'S GOAL:
* Use d-map to create a mapping of light strength and use that to alter the value of colors in the map.
* Make it possible to visualize the d-map when I need to.
TODO:
* Neighbors needs a rewrite
* Neighbors algo isn't using greater parameter
* Look in system.cpp::draw_map for notes on a Lighting system.
* Write a method for renderer that can translate coordinates.
* Can std::any be defaulted to a noop in the events?
* Save file isn't saving gold.