cnr-isti-vclab / meshlabjs

A javascript client based mesh processing tool. Built using vcg library, emscripten and webgl
http://www.meshlabjs.net
GNU Affero General Public License v3.0
231 stars 51 forks source link

Rendering: Radiance Scaling #50

Closed cignoni closed 8 years ago

cignoni commented 9 years ago

The technique is used a lot by meshlab users and it is illustrated in practice in this video: https://www.youtube.com/watch?v=eFIff7H7Ams

The technique is described in this paper: https://hal.inria.fr/inria-00449828/PDF/RadianceScaling.pdf

Code examples can be found in the meshlab repository: https://github.com/svn2github/meshlab/tree/master/meshlab/src/meshlabplugins/render_radiance_scaling

and here: http://manao.inria.fr/demos/radiancescaling_demo/