axnjaxn / ReiTrei

A ray tracer in C++ / SDL supporting Monte Carlo effects
http://www.axnjaxn.com/
0 stars 0 forks source link

Accelerate soft shadows #19

Open axnjaxn opened 10 years ago

axnjaxn commented 10 years ago

Sampling can be done within a cone if lighting is implemented correctly, and performance should improve. See Peter Shirley's book, "Realistic Ray Tracing."