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.2 by greg, Tue Oct 24 13:57:00 1989 UTC vs.
Revision 1.3 by greg, Sat Dec 15 15:01:34 1990 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 18 | Line 18 | typedef struct scene {
18   }  SCENE;                       /* loaded octree */
19  
20   typedef struct {
21 <        struct {
22 <                double  sca;                    /* scaling */
23 <                double  xfm[4][4];              /* transform */
24 <        } 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