Add files via upload

This commit is contained in:
TimothyLottes
2016-11-12 19:29:44 -05:00
committed by GitHub
parent 1fed75e086
commit d256d7d971
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<html><head><link rel="stylesheet" href="style.css"></head><body><div class="page">
<h1>20090804 - Aras's Compact Normal Storage</h1>
<br>
<a href="http://aras-p.info/texts/CompactNormalStorage.html">Aras Pranckevicius : Compact Normal Storage</a> - Impressive method of compressing view space normals into 2 bytes using a sphere-map transform! Page compares with other methods and includes GPU assembly output, timing, and error screen shots.
</div></body></html>
+2
View File
@@ -225,6 +225,8 @@ and attempting to restore what I can from prior lost images.
<a href="20100104.html">20100104 - OnLive Notes</a><br>
<br>
<b>2009</b><br>
<a href="20090804.html">20090804 - Aras's Compact Normal Storage</a><br>
<br>
<a href="20090728.html">20090728 - Morphological AA Part II</a><br>
<a href="20090714.html">20090714 - Hybrid Cached Raycast and Reproject Raster</a><br>
<a href="20090710.html">20090710 - Video of Particles via L-System and Stochastic Visibility</a><br>