1 |
+ |
/* RCSid $Id$ */ |
2 |
+ |
|
3 |
|
/* |
4 |
|
================================================================== |
5 |
|
Photon map interface to RADIANCE raycalls |
6 |
|
|
7 |
|
Roland Schregle (roland.schregle@{hslu.ch, gmail.com}) |
8 |
|
(c) Fraunhofer Institute for Solar Energy Systems, |
9 |
< |
Lucerne University of Applied Sciences & Arts |
9 |
> |
(c) Lucerne University of Applied Sciences and Arts, |
10 |
> |
supported by the Swiss National Science Foundation (SNSF, #147053) |
11 |
|
================================================================== |
12 |
|
|
13 |
|
$Id$ |
14 |
|
*/ |
15 |
|
|
16 |
+ |
/* Include after ray.h */ |
17 |
|
|
14 |
– |
#include "ray.h" |
15 |
– |
|
16 |
– |
|
18 |
|
void ray_init_pmap (); |
19 |
|
/* Interface to ray_init() and rtmain/rpmain/rvmain; init & load pmaps */ |
20 |
|
|
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 */ |