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, 11 months 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

# Content
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 (c) Lucerne University of Applied Sciences and Arts,
8 supported by the Swiss National Science Foundation (SNSF, #147053)
9 ==================================================================
10
11 $Id: pmapray.h,v 2.1 2015/02/24 19:39:27 greg Exp $
12 */
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 */