Skip to content

bacTlink/mitsuba-PPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

127 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of F-test Based PPM and VCM+

Based on mitsuba renderer 0.6

Progressive Photon Mapping

Source code location of integrators: src/integrators/photonmapper

SPPMFramework:

  • sppm_framework.h: The implementation of SPPMFramework, which lays the foundations of SPPM alike algorithms. SPPM and FPPM are derived from it.

SPPM:

FPPM:

  • fppm.cpp: PPM with F-test applied on the luminance channel.
  • sfppm.cpp: PPM with F-test applied on each spectual channel respectively (currently RGB).

VCM/UPS and VCM+

Different from many implementations that parallize between iterations, we parallize on film pixels as our approach is dependent on the kernel radii along iterations.

Source location: src/integrators/vcm

Program Entries

Header Files

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors