Add files via upload

This commit is contained in:
TimothyLottes
2016-11-10 07:32:01 -05:00
committed by GitHub
parent 3e9973435b
commit f0c660deea
5 changed files with 23 additions and 0 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

+22
View File
@@ -0,0 +1,22 @@
<html><head><link rel="stylesheet" href="style.css"></head><body><div class="page">
<h1>20070818 - Deferred Fractal Environment Shading</h1>
<br>
This is one of those ideas which I was sure wouldn't work correctly, but I had to try just to see what would happen. I took my compositing pipeline and differed the shading and fractal environment mapping until the very end, only compositing the parameters when drawing the cells from back to front.
The results, well they are strange indeed. This idea has promptly found a place in my round file (the trash), but at least it looked cool.
<br>
<br>
<center>
<img src="20070818-A.jpg"><br><br>
<img src="20070818-B.jpg"><br><br>
<img src="20070818-C.jpg"><br>
</center>
</div></body></html>
+1
View File
@@ -128,6 +128,7 @@ Below this is active random migration (416 prior posts still to filter through)
<a href="20090407.html">20090407 - DXT Tip</a><br>
<br>
<b>2007</b><br>
<a href="20070818.html">20070818 - Deferred Fractal Environment Shading</a><br>
<a href="20070817.html">20070817 - Videos Update</a><br>
<a href="20070816.html">20070816 - CFD Videos</a><br>
<a href="20070810.html">20070810 - Graphics Engine Lighting</a><br>