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

Comparing ray/src/rt/normal.c (file contents):
Revision 1.5 by greg, Tue Mar 27 11:40:02 1990 UTC vs.
Revision 1.7 by greg, Mon Oct 15 20:39:35 1990 UTC

# Line 129 | Line 129 | register OBJREC  *m;
129   register RAY  *r;
130   {
131          NORMDAT  nd;
132        double  ldot;
133        double  omega;
132          double  dtmp;
133          COLOR  ctmp;
134          register int  i;
# Line 183 | Line 181 | register RAY  *r;
181                                  rayvalue(&lr);
182                                  multcolor(lr.rcol, nd.scolor);
183                                  addcolor(r->rcol, lr.rcol);
186                                if (nd.rspec > 0.5 && m->omod == OVOID)
187                                        r->rt = r->rot + lr.rt;
184                          }
185                  }
186          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines