Add files via upload

This commit is contained in:
TimothyLottes
2016-11-17 07:55:01 -05:00
committed by GitHub
parent 9ae40e3d6b
commit 2502fb08a9
2 changed files with 20 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<html><head><link rel="stylesheet" href="style.css"></head><body><div class="page">
<h1>20080709 - Anti-Aliasing</h1>
<br>
<b>Anti-Aliasing</b>
<br>
Got anti-aliasing working in engine without hardware AA, using temporal jitter, sub-pixel positioning, and frame feedback. The 720P shots below (running at over 60fps on my NVidia 8600 GTS) were generated from only 256 K/pixels per frame. So I'm effectively only computing 25% of the screen pixels a frame. Which is great, builtin "keeping it low res".
<br>
<br>
<i>(Lost Images)</i>
<br>
</div></body></html>
+2
View File
@@ -322,6 +322,8 @@ and attempting to restore what I can from prior lost images.
<br>
<a href="20080918.html">20080918 - General Purpose</a><br>
<br>
<a href="20080709.html">20080709 - Anti-Aliasing</a><br>
<br>
<b>2007</b><br>
<a href="20071026.html">20071026 - Transform Feedback</a><br>
<a href="20071025.html">20071025 - Motion Cards</a><br>