quakeforge/libs/video
Bill Currie 833fb2f4f8 [sw] Make alight_t lightvec an actual vector
The change to using separate per-model-type entity queues resulted in
the lighting vector used for alias and iqm models being in an ephemeral
location (in the shared setup_lighting function's stack frame). This
resulted in the model rendering code getting a garbage vector due to it
being overwritten by another stack frame. What I don't get is why the
garbage varied from run to run for the same demo (demo2, the first scrag
behind the start door showed the bad lighting nicely), which made
tracking down the offending commit (and thus the code) rather
troublesome, though once I found it, it was a bit of a face-palm moment.
2022-03-17 15:38:22 +09:00
..
renderer [sw] Make alight_t lightvec an actual vector 2022-03-17 15:38:22 +09:00
targets [renderer] Abandon sw32 altogether 2022-03-09 21:36:15 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00