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

Comparing ray/src/rt/dielectric.c (file contents):
Revision 2.2 by greg, Fri Oct 2 16:17:04 1992 UTC vs.
Revision 2.3 by greg, Thu Nov 19 20:30:02 1992 UTC

# Line 128 | Line 128 | register RAY  *r;
128                          if (m->otype != MAT_DIELECTRIC
129                                          || r->rod > 0.0
130                                          || r->crtype & SHADOW
131 <                                        || directinvis
131 >                                        || !directvis
132                                          || m->oargs.farg[4] == 0.0
133                                          || !disperse(m, r, p.rdir, trans))
134   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines