Holds data about a decoded skeleton. More...
Public Attributes | |
int | _rootNode = -1 |
The root node of the skeleton, as an index in the DecodedNodeData set counterpart. No parent is encoded by -1. | |
int | _inverseBindMatricesBuffer = -1 |
The inverse bind matrices buffer, as an index in the DecodedBufferData set counterpart. No buffer is encoded by -1. | |
nkMemory::BufferCast< int > | _jointNodes |
The buffer of joints, as a buffer of indices to be found in the DecodedNodeData set counterpart. | |
Holds data about a decoded skeleton.