Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 950 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 950 Bytes

Graphics

CUDA-Accelerated Path Tracer supporting arbitrary BSDFs and multiple importance sampling.

Usage

Default make will build the c++ rendering library for custom use.

Building the included test file with make test will build and link the rendering library, and output the test executable which can be configured at runtime through the commandline with the following flags:

-f FILE	  Specify input wavefront obj file
-h	  Print this help message.
-s N	  Specify number of samples per pixel
-x N	  Specify width in pixels
-y N	  Specify height in pixels

Output

Cornell box with Stanford Dragon

Different Cornell box with spheres

Fireplace room render