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 1.5 by greg, Mon Oct 15 20:39:30 1990 UTC vs.
Revision 1.6 by greg, Mon Aug 5 13:52:20 1991 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines