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 1.5 by greg, Wed Jun 19 16:38:10 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_brdf();
28   extern int  t_func(), t_data();
29   extern int  p_cfunc(), p_bfunc();
# Line 58 | Line 59 | initotypes()                   /* initialize ofun array */
59          ofun[MAT_INTERFACE].flags |= T_IRR_IGN;
60          ofun[MAT_GLASS].funp = m_glass;
61          ofun[MAT_GLASS].flags |= T_IRR_IGN;
62 +        ofun[MAT_MIRROR].funp = m_mirror;
63          ofun[MAT_CLIP].funp = m_clip;
64          ofun[MAT_PFUNC].funp =
65          ofun[MAT_MFUNC].funp =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines