Doyle Thai a25b50c501 Fix color modulation alpha bug
Phasing color modulation over time would make bitmaps become transparent and
show layers underneath even if alpha was set to 1. This was caused by the
precomputed 1/255 calculation #defined in DTRRender which was missing the
precision required so floating point errors began to accumulate causing
erroneous colours.
2017-05-19 20:45:18 +10:00
2017-05-19 20:45:18 +10:00
2017-05-11 22:51:39 +10:00
Description
A low-level software renderer from (almost all) first principles for learning purposes.
5 MiB
Languages
C++ 96%
C 3.3%
Batchfile 0.7%