--- ray/src/rt/pmapray.h 2016/05/17 17:39:47 2.5 +++ ray/src/rt/pmapray.h 2024/03/22 16:54:16 2.7 @@ -1,4 +1,4 @@ -/* RCSid $Id: pmapray.h,v 2.5 2016/05/17 17:39:47 rschregle Exp $ */ +/* RCSid $Id: pmapray.h,v 2.7 2024/03/22 16:54:16 greg Exp $ */ /* ================================================================== @@ -10,13 +10,11 @@ supported by the Swiss National Science Foundation (SNSF, #147053) ================================================================== - $Id: pmapray.h,v 2.5 2016/05/17 17:39:47 rschregle Exp $ + $Id: pmapray.h,v 2.7 2024/03/22 16:54:16 greg Exp $ */ +/* Include after ray.h */ -#include "ray.h" - - void ray_init_pmap (); /* Interface to ray_init() and rtmain/rpmain/rvmain; init & load pmaps */ @@ -28,3 +26,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 */