|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Skeleton bone data header (SKB1 chunk). More...
#include <CASCChunks.h>
Public Attributes | |
| uint32 | nBones |
| Number of bones. | |
| uint32 | ofsBones |
| Offset to bones. | |
| uint32 | nKeyBoneLookup |
| Number of key bone lookup entries. | |
| uint32 | ofsKeyBoneLookup |
| Offset to key bone lookup table. | |
Skeleton bone data header (SKB1 chunk).
Definition at line 41 of file CASCChunks.h.
| uint32 SKB1::nBones |
Number of bones.
Definition at line 43 of file CASCChunks.h.
| uint32 SKB1::nKeyBoneLookup |
Number of key bone lookup entries.
Definition at line 45 of file CASCChunks.h.
| uint32 SKB1::ofsBones |
Offset to bones.
Definition at line 44 of file CASCChunks.h.
| uint32 SKB1::ofsKeyBoneLookup |
Offset to key bone lookup table.
Definition at line 46 of file CASCChunks.h.