Skip to content

benchislett/Graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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