Changes
Jump to navigation
Jump to search
→FF7FrameHeader
<code><pre>
typedef struct FF7FrameHeader {
DWORD dwBones; // Bones in the model + 1 (unless the model has just a single boneor is a weapon animation, in which case it's value is always 1). 0x00
DWORD dwFrames; // Frames in the animation. 0x04
DWORD dwChunkSize; // Size of the animation set. 0x08