We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uint32 bone_count uint32 dummy_count for(i = 0; i < bone_count + dummy_count; ++i) { float3 position float4 rotation uint32 parent }
The parent indexes are 0 indexed, and the first bone does not have a stored parent value.