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.31 by schorsch, Sun Jul 27 22:12:02 2003 UTC vs.
Revision 2.33 by greg, Wed Oct 22 02:06:34 2003 UTC

# Line 11 | Line 11 | static const char RCSid[] = "$Id$";
11  
12   #include  <ctype.h>
13  
14 #include  "standard.h"
14   #include  "platform.h"
15 + #include  "standard.h"
16   #include  "paths.h"
17   #include  "object.h"
18   #include  "otypes.h"
# Line 836 | Line 836 | initotypes()                   /* initialize ofun[] array */
836          ofun[OBJ_CYLINDER].funp =
837          ofun[OBJ_TUBE].funp = o_cylinder;
838          ofun[OBJ_RING].funp = o_ring;
839 <        ofun[OBJ_INSTANCE].funp = addxform;
839 >        ofun[OBJ_INSTANCE].funp =
840 >        ofun[OBJ_MESH].funp = addxform;
841          ofun[MAT_GLOW].funp = m_glow;
842          ofun[MAT_SPOT].funp = m_spot;
843          ofun[MAT_DIELECTRIC].funp = m_dielectric;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines