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

Comparing ray/src/rt/initotypes.c (file contents):
Revision 1.2 by greg, Wed May 1 11:16:52 1991 UTC vs.
Revision 1.3 by greg, Wed May 1 11:45:09 1991 UTC

# Line 48 | Line 48 | initotypes()                   /* initialize ofun array */
48          ofun[MAT_ILLUM].funp =
49          ofun[MAT_GLOW].funp =
50          ofun[MAT_SPOT].funp = m_light;
51        ofun[MAT_ILLUM].flags |= T_IRR_IGN;
51          ofun[MAT_PLASTIC].funp =
52          ofun[MAT_METAL].funp =
53          ofun[MAT_TRANS].funp = m_normal;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines