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

Comparing ray/src/rt/aniso.c (file contents):
Revision 2.26 by greg, Thu Nov 18 09:42:55 1993 UTC vs.
Revision 2.27 by greg, Wed Jan 12 16:46:32 1994 UTC

# Line 185 | Line 185 | register RAY  *r;
185          register int  i;
186                                                  /* easy shadow test */
187          if (r->crtype & SHADOW)
188 <                return;
188 >                return(1);
189  
190          if (m->oargs.nfargs != (m->otype == MAT_TRANS2 ? 8 : 6))
191                  objerror(m, USER, "bad number of real arguments");
# Line 287 | Line 287 | register RAY  *r;
287          }
288                                          /* add direct component */
289          direct(r, diraniso, &nd);
290 +
291 +        return(1);
292   }
293  
294  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines