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