pradyumnameena / COL781-Project-Global-Illumination

Global Illumination using photon mapping and monte carlo ray tracing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Global Illumination using photon mapping and monte carlo ray tracing

License:MIT License


Languages

Language:C++ 95.9%Language:Makefile 4.1%