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.10 by greg, Fri May 10 08:51:04 1991 UTC vs.
Revision 1.11 by greg, Thu Jun 13 13:58:18 1991 UTC

# Line 155 | Line 155 | register RAY  *r;
155          raytexture(r, m->omod);
156          nd.pdot = raynormal(nd.pnorm, r);       /* perturb normal */
157          multcolor(nd.mcolor, r->pcol);          /* modify material color */
158        r->rt = r->rot;                         /* default ray length */
158          transtest = 0;
159                                                  /* get specular component */
160          nd.rspec = m->oargs.farg[3];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines