Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 630 Bytes

File metadata and controls

25 lines (21 loc) · 630 Bytes

COL781-Project-Global-Illumination

Photon Mapping

cd current directory
make
./Main -p [Number of samples] [Number of photons]

Path Tracer

cd current directory
make
./Main -g [Number of samples]

Important Links

  1. Project Proposal

Directory structure

  1. ./images-path-tracing contains few outputs of path-tracing code
  2. ./images-photon-mapping contains few outputs of photon-mapping code

Contributors