typedef struct cnkobj { Uint32 evalflags; NJS_CNK_MODEL *model; Float pos[3]; Angle ang[3]; Float scl[3]; struct cnkobj *child; struct cnkobj *sibling; } NJS_CNK_OBJECT;
evalflags | Matrix operation evaluation flags |
*model | Chunk model pointer |
pos[3] | Movement amount |
ang[3] | Rotation amount |
scl[3] | Scale |
*child | Child pointer |
*sibling | Sibling pointer |