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 1.3 by greg, Wed Jun 7 10:29:01 1989 UTC vs.
Revision 1.4 by greg, Thu Jun 8 09:35:41 1989 UTC

# Line 33 | Line 33 | typedef struct {
33   }  SRCREC;              /* light source */
34  
35   typedef struct {
36        int  sno;               /* source number */
36          FVECT  dir;             /* source direction */
37          float  dom;             /* domega for source */
39        float  brt;             /* brightness (for comparison) */
38          COLOR  val;             /* contribution */
39   }  CONTRIB;             /* direct contribution */
40 +
41 + typedef struct {
42 +        int  sno;               /* source number */
43 +        float  brt;             /* brightness (for comparison) */
44 + }  CNTPTR;              /* contribution pointer */
45  
46   extern SRCREC  *source;                 /* our source list */
47   extern int  nsources;                   /* the number of sources */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines