BONE

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This section only applies to versions ≥ WoD.

.bone files are chunked with an extra header. They are named "%s_%02d.bone" % (base_name, variant) for models with sequence 808 present, one file per variant of that sequence.

Header

uint32_t unk; // ignored, shall be 1 (possibly version?)

BIDA

uint16_t bone_id[]; // count should be equivalent to number of FacePose (808) sequences - 1

BOMT

C44Matrix boneOffsetMatrices[]; // same count as BIDA, transformation matrix for the given bone