/raytracer

Monte Carlo path tracer

Primary LanguageRust

raytracer

A Monte Carlo path tracer.

Samples

Box demonstrating specular, diffuse, and refractive surfaces

Building

$ cargo build --release

Running

Running the renderer will produce a test.ppm image file.

$ cargo run --release