A low-level software renderer from (almost all) first principles for learning purposes.
Go to file
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
src Fix color modulation alpha bug 2017-05-19 20:45:18 +10:00
.gitignore Add platform api to access from dll 2017-05-11 22:51:39 +10:00
Win32DTRenderer.sln Add mem diagnostics, prepare for bitmap rotation 2017-05-17 02:49:33 +10:00