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.11 by rschregle, Mon Aug 14 21:12:10 2017 UTC vs.
Revision 2.12 by rschregle, Thu Feb 8 19:55:02 2018 UTC

# Line 53 | Line 53
53     typedef struct {
54        int16    srcIdx;              /* Index of emitting light source */
55                                      /* !!! REDUCED FROM 32 BITS !!! */
56 + #ifdef PMAP_PRIMARYDIR                                    
57        int32    dir;                 /* Encoded ray direction */
58 + #endif      
59   #ifdef PMAP_PRIMARYPOS      
60        float    pos [3];             /* Hit point */
61   #endif      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines