Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 298 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 298 Bytes

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