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.8 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 2.9 by greg, Tue Mar 11 17:08:55 2003 UTC

# Line 1 | Line 1
1   #ifndef lint
2 < static const char       RCSid[] = "$Id$";
2 > static const char RCSid[] = "$Id$";
3   #endif
4   /*
5   * Initialize ofun[] list for renderers
6   */
7  
8 < #include "copyright.h"
8 > #include  "copyright.h"
9  
10   #include  "standard.h"
11  
# Line 17 | Line 17 | extern int  o_sphere();
17   extern int  o_face();
18   extern int  o_cone();
19   extern int  o_instance();
20 + extern int  o_mesh();
21   extern int  m_light();
22   extern int  m_normal();
23   extern int  m_aniso();
# Line 48 | Line 49 | initotypes()                   /* initialize ofun array */
49          ofun[OBJ_TUBE].funp =
50          ofun[OBJ_RING].funp = o_cone;
51          ofun[OBJ_INSTANCE].funp = o_instance;
52 +        ofun[OBJ_MESH].funp = o_mesh;
53          ofun[MAT_LIGHT].funp =
54          ofun[MAT_ILLUM].funp =
55          ofun[MAT_GLOW].funp =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines