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

Comparing ray/src/rt/glass.c (file contents):
Revision 2.5 by greg, Mon Nov 30 12:02:54 1992 UTC vs.
Revision 2.6 by greg, Tue Aug 24 12:59:24 1993 UTC

# Line 68 | Line 68 | register RAY  *r;
68          if (r->rod < 0.0)                       /* reorient if necessary */
69                  flipsurface(r);
70          transtest = 0;
71 +        transdist = r->rot;
72                                                  /* get modifiers */
73          raytexture(r, m->omod);
74          pdot = raynormal(pnorm, r);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines