Discrete Stochastic Microfacet Models

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: qt5/libpng/fftw3/libpcrecpp/eigen3/openexr/boost/xerces/ilmbase/jpeg/glewmx/libxxf86vm
  • Documentation score {0,1,2}: 2
  • Reviewer: Julie Digne <julie.digne@liris.cnrs.fr>
  • Time spent for the test (build->first run, timeout at 100min): 100min

Source code information

Comments

The project's webpage links to mitsuba, but no microfacet method in mitsuba references the paper (it references other microfacets papers). The examples to reproduce the experiments are not provided, so I was not able to reproduce the results of the paper. To compile mitsuba on ubuntu 18.04, in config.py I changed -std=c++11 into -std=gnu++11 ; in mitsuba/build/release/mtsgui I changed QtCore, QtOpenGL (and so on) into Qt5Core, Qt5OpenGL (and so on) ; in data/scons/qt5.py,line 392 changed QtCore into Qt5Core.

Misc. comments

There appears to be an implementation of the paper by a different author: https://github.com/lxs137/glint_mitsuba

If you want to contribute with another review, please follow these instructions.

Please consider to cut/paste/edit the raw JSON data attached to this paper.