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

Comparing ray/src/rt/source.h (file contents):
Revision 2.15 by greg, Wed Sep 8 17:10:16 2004 UTC vs.
Revision 2.16 by greg, Fri Sep 23 19:04:53 2005 UTC

# Line 50 | Line 50 | typedef struct {
50   }  OBSCACHE;            /* obstructor cache */
51  
52   typedef struct {
53        int  sflags;            /* source flags */
53          FVECT  sloc;            /* direction or position of source */
54          FVECT  ss[3];           /* source dimension vectors, U, V, and W */
55          float  srad;            /* maximum source radius */
# Line 72 | Line 71 | typedef struct {
71   #ifdef  SHADCACHE
72          OBSCACHE  *obscache;    /* obstructor cache */
73   #endif
74 +        int  sflags;            /* source flags */
75   }  SRCREC;              /* light source */
76  
77   #define MAXSPART        64              /* maximum partitions per source */
# Line 84 | Line 84 | typedef struct {
84   #define snorm           ss[SW]          /* normal vector for flat source */
85  
86   typedef struct {
87 +        double  dom;                            /* solid angle of partition */
88          int  sn;                                /* source number */
89          short  np;                              /* number of partitions */
90          short  sp;                              /* this partition number */
90        double  dom;                            /* solid angle of partition */
91          unsigned char  spt[MAXSPART/2];         /* source partitioning */
92   }  SRCINDEX;            /* source index structure */
93  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines