raytracegroundup.com
Ray Tracing from the Ground Up
http://www.raytracegroundup.com/errata.html
You can download the latest list of errata here. In the Pathways through This Book section, paragraph 3, line 2: remove Although. MattePtr- set cd(RGBColor(r, g, b) ;. Matte ptr- set cd(RGBColor(r, g, b) ;. MattePtr: set cd(const float r, const float g, const float b);. Matte: set cd(const float r, const float g, const float b);. MattePtr- set cd(r, g, b);. Matte ptr- set cd(r, g, b);. There is a missing "}" after the inner for loop in Listing 5.10. In the footnote, y0 should be yn. The ShadeRec declarat...
raytracegroundup.com
Ray Tracing from the Ground Up
http://www.raytracegroundup.com/links.html
Projection systems and stereoscopy. Http:/ local.wasp.uwa.edu.au/ pbourke/. Paul Bourke's website contains a lot of information about projection systems and stereoscopy. Material from this site is used in Chapters 11 and 12. Http:/ www.icinema.unsw.edu.au/projects/infra avie.html. The iCinema site has information about a state-of-the-art immersive visualization system at the University of New South Wales. Http:/ www.optigone.com. Light Probe Image Gallery. Http:/ www.debevec.org/Probes. Http:/ www.cy...
raytracegroundup.com
Ray Tracing from the Ground Up
http://www.raytracegroundup.com/gallery.html
The images here were all produced with the ray tracer described in the book. Most of these have been done my students. Click on any image for a larger view. Mark White modeled the building in this image with reflective triangle meshes, and rendered it with ambient occlusion and colored point lights. This image by Lisa Lönroth consists of nested transparent spheres with a red sphere in the center. These two reflective tori by Peter Georges are in a reflective box with glossy reflector materials. This is a...