ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/pmapdata.h
(Generate patch)

Comparing ray/src/rt/pmapdata.h (file contents):
Revision 2.5 by greg, Wed May 20 14:44:12 2015 UTC vs.
Revision 2.9 by greg, Tue Sep 1 16:27:52 2015 UTC

# Line 1 | Line 1
1 + /* RCSid $Id$ */
2   /*
3     ==================================================================
4     Photon map data structures and kd-tree handling  
# Line 8 | Line 9
9     supported by the Swiss National Science Foundation (SNSF, #147053)
10     ==================================================================
11    
11   $Id$
12   */
13  
14  
# Line 34 | Line 34
34  
35     /* Primary photon ray for light source contributions */
36     typedef struct {
37 <      uint32 srcIdx;              /* Index of emitting light source */
37 >      int32 srcIdx;               /* Index of emitting light source */
38        int32 dir;                  /* Encoded ray direction */
39        float pos [3];              /* Hit point */
40     } PhotonPrimary;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines