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.4 by greg, Tue May 7 15:57:01 1991 UTC vs.
Revision 2.1 by greg, Tue Nov 12 17:08:31 1991 UTC

# Line 23 | Line 23 | extern int  m_normal();
23   extern int  m_dielectric();
24   extern int  m_glass();
25   extern int  m_clip();
26 + extern int  m_mirror();
27 + extern int  m_direct();
28   extern int  m_brdf();
29   extern int  t_func(), t_data();
30   extern int  p_cfunc(), p_bfunc();
# Line 58 | Line 60 | initotypes()                   /* initialize ofun array */
60          ofun[MAT_INTERFACE].flags |= T_IRR_IGN;
61          ofun[MAT_GLASS].funp = m_glass;
62          ofun[MAT_GLASS].flags |= T_IRR_IGN;
63 +        ofun[MAT_MIRROR].funp = m_mirror;
64 +        ofun[MAT_DIRECT1].funp =
65 +        ofun[MAT_DIRECT2].funp = m_direct;
66          ofun[MAT_CLIP].funp = m_clip;
67          ofun[MAT_PFUNC].funp =
68          ofun[MAT_MFUNC].funp =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines