tags:

views:

207

answers:

5

Hi there,

I need to do some research on ray tracing and create my own ray tracer. Can you guys name any good books on the subject?

Thanks!

+2  A: 

I can recommend Physically Based Rendering by Pharr and Humphreys, which includes a full renderer written in C++ using literature programming methods.

Ian Hopkinson
+2  A: 

Pharr and Humphreys, "Physically Based Rendering", Morgan-Kaufman 2004

Wann Jensen, "Realistic Image Synthesis Using Photon Mapping", AK Peters, 2001

Dutré, Bala, and Baekert, "Advanced Global Illumination", AK Peters, 2006

Adrian
A: 

Previous topic?

Ed Woodcock
+1  A: 

Not a book, but the place where I learnt all about Ray Tracing - Persistance of Vision (POV)

MrTelly
+4  A: 

An Introduction to Ray Tracing, Glassner et al.

plinth
I'd recommend this one too - I've got some of the other books (PBR, RISPM) and they don't cover the basics as well as Glassner.
Alnitak