Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112672548
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
Mon, May 12, 04:38
Size
1 KB
Mime Type
text/x-c
Expires
Wed, May 14, 04:38 (2 d)
Engine
blob
Format
Raw Data
Handle
25998117
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