API Documentation
DecodedSkeletonData.h
1 // DecodedSkeletonData.h
3 //
5 
6 namespace nkGraphics
7 {
11  struct DecodedSkeletonData final
12  {
13  // Attributes
14  int _rootNode = -1 ;
17  } ;
18 }
nkGraphics::DecodedSkeletonData::_inverseBindMatricesBuffer
int _inverseBindMatricesBuffer
The inverse bind matrices buffer, as an index in the DecodedBufferData set counterpart....
Definition: DecodedSkeletonData.h:15
nkGraphics::DecodedSkeletonData
Holds data about a decoded skeleton.
Definition: DecodedSkeletonData.h:12
nkGraphics::DecodedSkeletonData::_jointNodes
nkMemory::BufferCast< int > _jointNodes
The buffer of joints, as a buffer of indices to be found in the DecodedNodeData set counterpart.
Definition: DecodedSkeletonData.h:16
nkGraphics::DecodedSkeletonData::_rootNode
int _rootNode
The root node of the skeleton, as an index in the DecodedNodeData set counterpart....
Definition: DecodedSkeletonData.h:14
nkMemory::BufferCast< int >
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7