mirror of
https://github.com/gomson/TimothyLottes.github.io.git
synced 2026-08-04 14:48:49 +00:00
Add files via upload
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user