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.1 by greg, Wed Jan 20 15:19:17 1993 UTC vs.
Revision 2.2 by greg, Thu Jan 21 09:20:47 1993 UTC

# Line 9 | Line 9 | static char SCCSid[] = "$SunId$ LBL";
9   */
10  
11   #include "standard.h"
12 #include "octree.h"
12   #include "object.h"
13   #include "otypes.h"
14   #include "face.h"
15   #include "cone.h"
16 + #include "instance.h"
17  
18  
19   int
# Line 34 | Line 34 | register OBJREC        *op;
34          case OBJ_INSTANCE:      /* octree instance */
35                  getinstance(op, IO_ALL);
36                  return(1);
37        default:                /* don't bother */
38                return(0);
37          }
38 +                        /* don't bother with non-surfaces -- too tricky */
39 +        return(0);
40   }
41  
42  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines