| # | 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |