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,31 @@
|
||||
<html><head><link rel="stylesheet" href="style.css"></head><body><div class="page">
|
||||
<h1>20070712 - Fragment Raytracer</h1>
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
Not all ideas make it into something useful, this one is from my archives of things that never made it very far.
|
||||
I knew it wouldn't run fast enough, but wanted to see exactly what it would look like.
|
||||
<br>
|
||||
<br>
|
||||
Combine 3D semi-transparent textures and ray tracing, all done in a fragment shader.
|
||||
Takes 3 textures, color+ray intersection acceleration distance, and material properties.
|
||||
Here is the result of rendering a 64x64x64 sized 3D texture that contained a bunch of spheres.
|
||||
Might be something to come back to when GPUs are 10x faster.
|
||||
<br>
|
||||
<br>
|
||||
The "low polygon count" look is actually from the bilinear interpolation of the 64x64x64 textures,
|
||||
and the glow is caused by the normals being blended...
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<center>
|
||||
<img src="20070712.jpg">
|
||||
</center>
|
||||
|
||||
|
||||
|
||||
</div></body></html>
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
@@ -91,6 +91,7 @@ Below this is active random migration (456 prior posts still to filter through)
|
||||
<a href="20090422.html">20090422 - WFA Image Compression</a><br>
|
||||
<br>
|
||||
<b>2007</b><br>
|
||||
<a href="20070712.html">20070712 - Fragment Raytracer</a><br>
|
||||
<a href="20070711.html">20070711 - Infinite Level of Detail</a><br>
|
||||
<a href="20070710.html">20070710 - Graphics Engine Introduction</a><br>
|
||||
<a href="20070709.html">20070709 - 3D Audio and KEMAR Data</a><br>
|
||||
|
||||
Reference in New Issue
Block a user