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.6 by greg, Tue Jun 26 09:00:10 1990 UTC vs.
Revision 1.7 by greg, Mon Oct 15 20:39:35 1990 UTC

# Line 181 | Line 181 | register RAY  *r;
181                                  rayvalue(&lr);
182                                  multcolor(lr.rcol, nd.scolor);
183                                  addcolor(r->rcol, lr.rcol);
184                                if (nd.rspec > 0.5 && m->omod == OVOID)
185                                        r->rt = r->rot + lr.rt;
184                          }
185                  }
186          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines