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.5 by greg, Wed Jun 19 16:38:10 1991 UTC vs.
Revision 1.6 by greg, Tue Jul 16 15:56:38 1991 UTC

# Line 24 | Line 24 | 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 60 | Line 61 | initotypes()                   /* initialize ofun array */
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