Deprecated: Assigning the return value of new by reference is deprecated in /var/www/hvidtfeldts.net/wiki/inc/parserutils.php on line 159

Deprecated: Function split() is deprecated in /var/www/hvidtfeldts.net/wiki/inc/auth.php on line 103

Warning: Cannot modify header information - headers already sent by (output started at /var/www/hvidtfeldts.net/wiki/inc/parserutils.php:159) in /var/www/hvidtfeldts.net/wiki/inc/auth.php on line 191

Deprecated: Function split() is deprecated in /var/www/hvidtfeldts.net/wiki/inc/common.php on line 737

Warning: Cannot modify header information - headers already sent by (output started at /var/www/hvidtfeldts.net/wiki/inc/parserutils.php:159) in /var/www/hvidtfeldts.net/wiki/inc/actions.php on line 262
Table of Contents

Notice: This page is still being incubated.

Computer Graphics

Ray Tracing

Ray Tracing Tutorial

Real Time Ray Tracing

Render Cache is a Java(!) example of interactive ray tracing. It renders only a subset of all pixels and uses an intelligent caching mechanism to predict the rest.

"State-of-the-Art in Interactive Raytracing", Wald & Slusallek, pdf

VirtualRay Engine with a shareware game available.

OpenRT. Attempt to build a OpenGL like real time toolkit. Commercial, but with noncommercial tryouts (at the time only for linux). Impossible to find a working demo build with OpenRT.

Ono-Sendei RT raytracer Actually working raytracer with source. Very Nice.

Ray Tracing Software

PovRay is a script based renderer. It was very neat. Blender is a full GUI based renderer. It is seems complex, but I dont find it’s UI very intuitive.