| 1 |
/*
|
| 2 |
==================================================================
|
| 3 |
Photon map interface to RADIANCE render options
|
| 4 |
|
| 5 |
Roland Schregle (roland.schregle@{hslu.ch, gmail.com})
|
| 6 |
(c) Fraunhofer Institute for Solar Energy Systems,
|
| 7 |
Lucerne University of Applied Sciences & Arts
|
| 8 |
==================================================================
|
| 9 |
|
| 10 |
$Id: pmapopt.h,v 1.1 2014/08/26 15:10:00 taschreg Exp $
|
| 11 |
*/
|
| 12 |
|
| 13 |
|
| 14 |
|
| 15 |
int getPmapRenderOpt (int ac, char *av []);
|
| 16 |
/* Parse next render option for photon map; interface to getrenderopt();
|
| 17 |
* return -1 if parsing failed, else number of parameters consumed */
|
| 18 |
|
| 19 |
void printPmapDefaults ();
|
| 20 |
/* Print defaults for photon map render options */
|