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

Comparing ray/src/common/rglfile.c (file contents):
Revision 3.6 by greg, Tue Mar 11 19:29:04 2003 UTC vs.
Revision 3.7 by greg, Wed Apr 23 02:28:06 2003 UTC

# Line 34 | Line 34 | initotypes()                   /* initialize ofun array */
34          ofun[OBJ_RING].funp = o_ring;
35          ofun[OBJ_SOURCE].funp = o_source;
36          ofun[OBJ_INSTANCE].funp = o_instance;
37 +        ofun[OBJ_MESH].funp = o_unsupported;
38                                                  /* assign material types */
39          ofun[MAT_TRANS].funp =
40          ofun[MAT_PLASTIC].funp =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines