Showcase » Ray Tracing Example

Im­ple­ment­a­tion of a simple CPU ray tracer ad­ap­ted from Peter Shir­ley’s book Ray Tra­cing in One Week­end. The cur­rent im­ple­ment­a­tion runs on single thread and per­forms it­er­at­ive ren­der­ing to re­fine the res­ult. Typ­ic­ally, a high qual­ity im­age can be achieved after around 100 it­er­a­tions.

Initialization...