home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Reality Zone
/
VRZONE.ISO
/
mac
/
PC
/
PCGLOVE
/
GLOVE
/
OBJGLV.ZIP
/
INCLUDE
/
DEMO4B
/
SEGMENT.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1992-10-31
|
419b
|
13 lines
typedef struct _segment SEGMENT;
struct _segment {
SEGMENT *parent, *child, *sibling;
MATRIX jmatrix; /* joint relationship */
MATRIX pmatrix; /* world position */
OBJECT *object;
char *name;
unsigned flags; /* if bit 0 set, segment has been modified */
unsigned fix_count; /* used to fix scale after rel_rotate */
#define SEG_MODIFIED 1
};