A low-level software renderer from (almost all) first principles for learning purposes.
Go to file
Doyle Thai 237e73253a Fix incorrect indexing into vertex array for model
Wavefront model obj format indexes starting from 1, offset during load by -1 to
make all indexes be 0 based.
2017-05-22 20:54:34 +10:00
src Fix incorrect indexing into vertex array for model 2017-05-22 20:54:34 +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