Merge pull request #308 from neobrain/master

Software renderer: Update a reference link.
This commit is contained in:
Pierre Bourdon 2014-04-24 00:45:35 +02:00
commit 0ae6895782

View File

@ -318,7 +318,7 @@ void DrawTriangleFrontFace(OutputVertexData *v0, OutputVertexData *v1, OutputVer
return; return;
} }
// adapted from http://www.devmaster.net/forums/showthread.php?t=1884 // adapted from http://devmaster.net/posts/6145/advanced-rasterization
// 28.4 fixed-pou32 coordinates. rounded to nearest and adjusted to match hardware output // 28.4 fixed-pou32 coordinates. rounded to nearest and adjusted to match hardware output
// could also take floor and adjust -8 // could also take floor and adjust -8