Skip to content

Small bidirectional Pathtracer based on smallpt

Notifications You must be signed in to change notification settings

ethragur/SmallBiDir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bidirectional PathTracer

This is a small bidirectional PathTracer for Advanced Computer Graphics course at University Innsbruck

It is based on smallpt with explicit lighting

Build Instructions:

mkdir build

cd build

cmake ..

make

./Pathtracing N L scene#

N = number of Samples

L = Light Bounces

scene# scene located at data/ (do not absoulut path or file extension)

Available scenes: scene, scene1, scene2, scene3, scene4, scene5

Example: ./PathTracing 16 4 scene5

About

Small bidirectional Pathtracer based on smallpt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages