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

Comparing ray/src/gen/xform.c (file contents):
Revision 2.44 by greg, Sat Feb 19 05:09:22 2011 UTC vs.
Revision 2.45 by greg, Wed Jun 22 17:05:00 2011 UTC

# Line 929 | Line 929 | initotypes(void)                       /* initialize ofun[] array */
929          tinvers[OBJ_CYLINDER] = OBJ_TUBE;
930          tinvers[OBJ_TUBE] = OBJ_CYLINDER;
931          tinvers[OBJ_INSTANCE] = OBJ_INSTANCE;   /* oh, well */
932 +        tinvers[OBJ_MESH] = OBJ_MESH;           /* ditto */
933   }
934  
935  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines