Files
2016-11-17 07:55:01 -05:00

19 lines
584 B
HTML

<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>