Skip to content
brett19 edited this page Oct 14, 2014 · 3 revisions

Base Format

uint32 bone_count
uint32 dummy_count
for(i = 0; i < bone_count + dummy_count; ++i) {
  float3 position
  float4 rotation
  uint32 parent
}

Relevant Information

The parent indexes are 0 indexed, and the first bone does not have a stored parent value.

Clone this wiki locally