ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/pmapray.h
(Generate patch)

Comparing ray/src/rt/pmapray.h (file contents):
Revision 2.5 by rschregle, Tue May 17 17:39:47 2016 UTC vs.
Revision 2.7 by greg, Fri Mar 22 16:54:16 2024 UTC

# Line 13 | Line 13
13     $Id$
14   */
15  
16 + /* Include after ray.h */
17  
17 #include "ray.h"
18
19
18   void ray_init_pmap ();
19   /* Interface to ray_init() and rtmain/rpmain/rvmain; init & load pmaps */
20  
# Line 28 | Line 26 | void ray_save_pmap (RAYPARAMS *rp);
26  
27   void ray_restore_pmap (RAYPARAMS *rp);
28   /* Interface to ray_restore(); restore photon mapping params */
29 +
30 + void ray_defaults_pmap (RAYPARAMS *rp);
31 + /* Interface to ray_defaults(); set photon mapping defaults */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines