Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91122032
pmapray.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 8, 03:32
Size
1 KB
Mime Type
text/x-c
Expires
Sun, Nov 10, 03:32 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22194825
Attached To
R10977 RADIANCE Photon Map
pmapray.h
View Options
/* RCSid $Id: pmapray.h,v 2.6 2016/11/02 22:09:14 greg Exp $ */
/*
==================================================================
Photon map interface to RADIANCE raycalls
Roland Schregle (roland.schregle@{hslu.ch, gmail.com})
(c) Fraunhofer Institute for Solar Energy Systems,
(c) Lucerne University of Applied Sciences and Arts,
supported by the Swiss National Science Foundation (SNSF, #147053)
==================================================================
$Id: pmapray.h,v 2.6 2016/11/02 22:09:14 greg Exp $
*/
#include "ray.h"
void ray_init_pmap ();
/* Interface to ray_init() and rtmain/rpmain/rvmain; init & load pmaps */
void ray_done_pmap ();
/* Interface to ray_done() and rtmain/rpmain/rvmain; free photon maps */
void ray_save_pmap (RAYPARAMS *rp);
/* Interface to ray_save(); save photon map params */
void ray_restore_pmap (RAYPARAMS *rp);
/* Interface to ray_restore(); restore photon mapping params */
void ray_defaults_pmap (RAYPARAMS *rp);
/* Interface to ray_defaults(); set photon mapping defaults */
Event Timeline
Log In to Comment