Skip to content

Global illumination raytracer written in rust.

Notifications You must be signed in to change notification settings

daoo/pathtracer

Repository files navigation

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