A Comprehensive Framework for Rendering Layered Materials

SIGGRAPH 2014


Reviews

Information

  • Paper topic: Rendering
  • Software type: Code
  • Able to run a replicability test: True
  • Replicability score: 1
  • Software language: C/C++, Python
  • License: GPL
  • Build mechanism: SCONS
  • Dependencies: qt4/libpng/fftw3/libpcrecpp/eigen3/openexr/boost/xerces/ilmbase/jpeg/glewmx/libxxf86vm
  • Documentation score {0,1,2}: 0
  • Reviewer: Julie Digne <julie.digne@liris.cnrs.fr>
  • Time spent for the test (build->first run, timeout at 100min): 100min

Source code information

Comments

layered" branch of mitsuba: Compiling went fine provided CXXflags in config.py are modified from  -std=c++11 into -std=gnu++11 (ubuntu 18.04) . The branch was successfully linked against qt4 . However the interface kept crashing (failed assertion). No example scene is given so I was not able to reproduce the results. There seems to be another implementation of this work called layerlab. But this mitsuba code was the one referenced from the project's webpage.