Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 385 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 385 Bytes

RRay

example

Implementation of the Peter Shirley's book: Ray Tracing in One Weekend in Rust.

Example

Compile in release mode.

cargo build --release

Run (generates out.png).

./target/release/rray -w 512 -m 50 -s 1000 --vfov 60 --aperture 0.1 --parallel -o out.png