--- ray/src/rt/pmapray.h 2015/02/24 19:39:27 2.1 +++ ray/src/rt/pmapray.h 2016/11/02 22:09:14 2.6 @@ -1,13 +1,16 @@ +/* RCSid $Id: pmapray.h,v 2.6 2016/11/02 22:09:14 greg Exp $ */ + /* ================================================================== Photon map interface to RADIANCE raycalls Roland Schregle (roland.schregle@{hslu.ch, gmail.com}) (c) Fraunhofer Institute for Solar Energy Systems, - Lucerne University of Applied Sciences & Arts + (c) Lucerne University of Applied Sciences and Arts, + supported by the Swiss National Science Foundation (SNSF, #147053) ================================================================== - $Id: pmapray.h,v 2.1 2015/02/24 19:39:27 greg Exp $ + $Id: pmapray.h,v 2.6 2016/11/02 22:09:14 greg Exp $ */ @@ -25,3 +28,6 @@ void ray_save_pmap (RAYPARAMS *rp); void ray_restore_pmap (RAYPARAMS *rp); /* Interface to ray_restore(); restore photon mapping params */ + +void ray_defaults_pmap (RAYPARAMS *rp); +/* Interface to ray_defaults(); set photon mapping defaults */