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 1.1 by greg, Thu Feb 2 10:34:17 1989 UTC vs.
Revision 2.1 by greg, Tue Nov 12 16:54:59 1991 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1988 Regents of the University of California */
1 > /* Copyright (c) 1990 Regents of the University of California */
2  
3   /* SCCSid "$SunId$ LBL" */
4  
# Line 10 | Line 10
10  
11   #include  "octree.h"
12  
13 #define  GET_BOUNDS     IO_BOUNDS       /* just load boundaries */
14 #define  GET_ALL        (IO_BOUNDS|IO_SCENE|IO_TREE)    /* everything */
15
13   typedef struct scene {
14          char  *name;                    /* octree name */
15          int  ldflags;                   /* what was loaded */
# Line 21 | Line 18 | typedef struct scene {
18   }  SCENE;                       /* loaded octree */
19  
20   typedef struct {
21 <        struct {
25 <                double  sca;                    /* scaling */
26 <                double  xfm[4][4];              /* transform */
27 <        } f, b;                         /* forward and backward */
21 >        FULLXF  x;                      /* forward and backward transforms */
22          SCENE  *obj;                    /* loaded object */
23   }  INSTANCE;                    /* instance of octree */
24  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines