ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/pmapopt.h
Revision: 2.2
Committed: Fri May 8 13:20:22 2015 UTC (9 years 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 render options
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: pmapopt.h,v 2.1 2015/02/24 19:39:27 greg Exp $
12 */
13
14
15
16 int getPmapRenderOpt (int ac, char *av []);
17 /* Parse next render option for photon map; interface to getrenderopt();
18 * return -1 if parsing failed, else number of parameters consumed */
19
20 void printPmapDefaults ();
21 /* Print defaults for photon map render options */