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

Comparing ray/src/common/instance.h (file contents):
Revision 2.1 by greg, Tue Nov 12 16:54:59 1991 UTC vs.
Revision 2.2 by greg, Thu Aug 6 08:18:56 1992 UTC

# Line 14 | Line 14 | typedef struct scene {
14          char  *name;                    /* octree name */
15          int  ldflags;                   /* what was loaded */
16          CUBE  scube;                    /* scene cube */
17 +        OBJECT  firstobj, nobjs;        /* first object and count */
18          struct scene  *next;            /* next in list */
19   }  SCENE;                       /* loaded octree */
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines