--- ray/src/rt/source.h 1991/06/19 16:36:53 1.6 +++ ray/src/rt/source.h 1991/06/20 09:03:21 1.7 @@ -44,7 +44,7 @@ typedef struct { typedef struct { FVECT dir; /* source direction */ - float dom; /* domega for source */ + COLOR coef; /* material coefficient */ COLOR val; /* contribution */ } CONTRIB; /* direct contribution */