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

Comparing ray/src/rt/raytrace.c (file contents):
Revision 2.38 by greg, Tue Mar 11 19:29:05 2003 UTC vs.
Revision 2.39 by greg, Fri May 9 22:18:03 2003 UTC

# Line 228 | Line 228 | register RAY  *r;
228   }
229  
230  
231 + void
232   raytexture(r, mod)                      /* get material modifiers */
233   RAY  *r;
234 < int  mod;
234 > OBJECT  mod;
235   {
236          register OBJREC  *m;
237   #if  MAXLOOP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines