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

Comparing ray/src/rt/m_brdf.c (file contents):
Revision 2.4 by greg, Wed Oct 14 12:30:54 1992 UTC vs.
Revision 2.5 by greg, Thu May 20 10:08:24 1993 UTC

# Line 228 | Line 228 | register RAY  *r;
228                             m->oargs.farg[1],
229                             m->oargs.farg[2]);
230                                                  /* fix orientation */
231 <        if (r->rod < 0.0)
231 >        if (m->otype != MAT_BRTDF && r->rod < 0.0)
232                  flipsurface(r);
233                                                  /* get modifiers */
234          raytexture(r, m->omod);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines