Flywheel/src
Jozufozu 84515316a7 Smart lighting
- Do not delete light volume memory when invalidated. Keep the block
  around, and then use it again later when we collect more light
- Do not allocate fresh memory blocks when growing a light volume. Turns
  out self-blitting is perfectly fine since we always start from the
  volume's origin
- Inline BoxSet back into light volume. The precise tracking it did is
  no longer relevant now that the embedding api has been simplified
- Light volumes now directly
2024-03-22 13:42:47 -05:00
..
main Smart lighting 2024-03-22 13:42:47 -05:00
test/java/com/jozufozu/flywheel More simpler 2024-02-28 21:23:47 -08:00