ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/pmapray.h
Revision: 2.2
Committed: Fri May 8 13:20:23 2015 UTC (9 years ago) by rschregle
Content type: text/plain
Branch: MAIN
Changes since 2.1: +3 -2 lines
Log Message:
Double-counting bugfix for glow sources (thanks DGM!), revised copyright

File Contents

# User Rev Content
1 greg 2.1 /*
2     ==================================================================
3     Photon map interface to RADIANCE raycalls
4    
5     Roland Schregle (roland.schregle@{hslu.ch, gmail.com})
6     (c) Fraunhofer Institute for Solar Energy Systems,
7 rschregle 2.2 (c) Lucerne University of Applied Sciences and Arts,
8     supported by the Swiss National Science Foundation (SNSF, #147053)
9 greg 2.1 ==================================================================
10    
11 rschregle 2.2 $Id: pmapray.h,v 2.1 2015/02/24 19:39:27 greg Exp $
12 greg 2.1 */
13    
14    
15     #include "ray.h"
16    
17    
18     void ray_init_pmap ();
19     /* Interface to ray_init() and rtmain/rpmain/rvmain; init & load pmaps */
20    
21     void ray_done_pmap ();
22     /* Interface to ray_done() and rtmain/rpmain/rvmain; free photon maps */
23    
24     void ray_save_pmap (RAYPARAMS *rp);
25     /* Interface to ray_save(); save photon map params */
26    
27     void ray_restore_pmap (RAYPARAMS *rp);
28     /* Interface to ray_restore(); restore photon mapping params */