Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 334 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 334 Bytes

ray-tracer

A ray tracer implemented in Rust.

Run cargo run --release -- --help for details.

cargo run --release -- --height 1000 --width 2390 --samples 10000 --scene spheres

example

cargo run --release -- --height 600 --width 600 --samples 10000 --scene cornell-box

example