Raytracing
The study of a simple path tracer implementation (generate a raytraced image, in shorts).
How to run the code
First, make sure to have Rust installed.
$ git clone https://github.com/leonardovee/raytracing.git && cd raytracing
$ cargo run
Outcome
Right now, if you execute the project you'll have a output like bellow:
References
Ray Tracing in One Weekend Peter Shirley edited by Steve Hollasch and Trevor David Black.