Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 533 Bytes

readme.md

File metadata and controls

17 lines (9 loc) · 533 Bytes

Pathtracer

build and test

A pathtracer written in rust which loads and renders obj files with (custom) mtl files.

Render

Building

cargo build --release

Running

Example command:

./target/release/pathtracer -i resources/cornell.obj -o /tmp/cornell.png -w 1000 -h 1000 -n 128 -t 12