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

Comparing ray/src/rt/m_direct.c (file contents):
Revision 2.6 by greg, Thu Sep 7 12:35:21 1995 UTC vs.
Revision 2.7 by greg, Fri Apr 12 16:49:39 1996 UTC

# Line 120 | Line 120 | int  n;
120          rayvalue(&nr);
121          scalecolor(nr.rcol, coef);
122          addcolor(r->rcol, nr.rcol);
123 +        if (r->ro != NULL && isflat(r->ro->otype))
124 +                r->rt = r->rot + nr.rt;
125          return(1);
126   computerr:
127          objerror(m, WARNING, "compute error");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines