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

Comparing ray/src/rt/preload.c (file contents):
Revision 2.8 by schorsch, Tue Mar 30 16:13:01 2004 UTC vs.
Revision 2.9 by greg, Thu Sep 15 18:06:23 2005 UTC

# Line 16 | Line 16 | static const char      RCSid[] = "$Id$";
16   #include "face.h"
17   #include "cone.h"
18   #include "instance.h"
19 + #include "mesh.h"
20   #include "color.h"
21   #include "data.h"
22   #include "func.h"
# Line 45 | Line 46 | load_os(                       /* load associated data for object */
46                  return(1);
47          case OBJ_INSTANCE:      /* octree instance */
48                  getinstance(op, IO_ALL);
49 +                return(1);
50 +        case OBJ_MESH:          /* mesh instance */
51 +                getmeshinst(op, IO_ALL);
52                  return(1);
53          case PAT_CPICT:         /* color picture */
54                  if (op->oargs.nsargs < 4)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines