1 |
greg |
2.4 |
/* RCSid $Id: pmapray.h,v 2.3 2015/08/18 18:45:55 greg Exp $ */ |
2 |
greg |
2.1 |
/* |
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 |
rschregle |
2.2 |
(c) Lucerne University of Applied Sciences and Arts, |
9 |
|
|
supported by the Swiss National Science Foundation (SNSF, #147053) |
10 |
greg |
2.1 |
================================================================== |
11 |
|
|
|
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 */ |