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.6 by greg, Wed Jun 19 16:36:53 1991 UTC vs.
Revision 1.7 by greg, Thu Jun 20 09:03:21 1991 UTC

# Line 44 | Line 44 | typedef struct {
44  
45   typedef struct {
46          FVECT  dir;             /* source direction */
47 <        float  dom;             /* domega for source */
47 >        COLOR  coef;            /* material coefficient */
48          COLOR  val;             /* contribution */
49   }  CONTRIB;             /* direct contribution */
50  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines