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.9 by greg, Tue Mar 11 17:08:55 2003 UTC vs.
Revision 2.10 by greg, Tue Mar 11 19:29:05 2003 UTC

# Line 29 | Line 29 | extern int  m_mirror();
29   extern int  m_direct();
30   extern int  m_brdf();
31   extern int  m_brdf2();
32 + extern int  m_alias();
33   extern int  t_func(), t_data();
34   extern int  p_cfunc(), p_bfunc();
35   extern int  p_pdata(), p_cdata(), p_bdata();
# Line 50 | Line 51 | initotypes()                   /* initialize ofun array */
51          ofun[OBJ_RING].funp = o_cone;
52          ofun[OBJ_INSTANCE].funp = o_instance;
53          ofun[OBJ_MESH].funp = o_mesh;
54 +        ofun[MOD_ALIAS].funp = m_alias;
55          ofun[MAT_LIGHT].funp =
56          ofun[MAT_ILLUM].funp =
57          ofun[MAT_GLOW].funp =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines