ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/ot/initotypes.c
(Generate patch)

Comparing ray/src/ot/initotypes.c (file contents):
Revision 2.2 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 2.3 by greg, Tue Mar 11 17:08:55 2003 UTC

# Line 15 | Line 15 | extern int  o_sphere();
15   extern int  o_face();
16   extern int  o_cone();
17   extern int  o_instance();
18 + extern int  o_mesh();
19  
20   FUN  ofun[NUMOTYPE] = INIT_OTYPE;
21  
# Line 30 | Line 31 | initotypes()                   /* initialize ofun array */
31          ofun[OBJ_TUBE].funp =
32          ofun[OBJ_RING].funp = o_cone;
33          ofun[OBJ_INSTANCE].funp = o_instance;
34 +        ofun[OBJ_MESH].funp = o_mesh;
35   }
36  
37  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines