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 2.3 by greg, Thu May 27 15:27:59 1993 UTC vs.
Revision 2.4 by greg, Fri Dec 8 18:22:37 1995 UTC

# Line 22 | Line 22 | extern int  m_light();
22   extern int  m_normal();
23   extern int  m_aniso();
24   extern int  m_dielectric();
25 + extern int  m_mist();
26   extern int  m_glass();
27   extern int  m_clip();
28   extern int  m_mirror();
# Line 64 | Line 65 | initotypes()                   /* initialize ofun array */
65          ofun[MAT_INTERFACE].funp = m_dielectric;
66          ofun[MAT_DIELECTRIC].flags |= T_IRR_IGN;
67          ofun[MAT_INTERFACE].flags |= T_IRR_IGN;
68 +        ofun[MAT_MIST].funp = m_mist;
69 +        ofun[MAT_MIST].flags |= T_IRR_IGN;
70          ofun[MAT_GLASS].funp = m_glass;
71          ofun[MAT_GLASS].flags |= T_IRR_IGN;
72          ofun[MAT_MIRROR].funp = m_mirror;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines