ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/pmapray.h
Revision: 2.3
Committed: Tue Aug 18 18:45:55 2015 UTC (8 years, 9 months ago) by greg
Content type: text/plain
Branch: MAIN
Changes since 2.2: +2 -1 lines
Log Message:
Added missing RCSid forgotten during initial check-in

File Contents

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