NodeAssignment Class Reference
Vertex to node weighted assignement for skeleton animation visualization. More...
#include <SubMesh.hh>
Public Member Functions | |
NodeAssignment () | |
Constructor. More... | |
Public Attributes | |
unsigned int | nodeIndex |
Node (or bone) index. More... | |
unsigned int | vertexIndex |
Index of the vertex. More... | |
float | weight |
The weight (between 0 and 1). This determines how much the node (bone) affects the vertex in animation. More... | |
Detailed Description
Vertex to node weighted assignement for skeleton animation visualization.
Constructor & Destructor Documentation
◆ NodeAssignment()
NodeAssignment | ( | ) |
Constructor.
Member Data Documentation
◆ nodeIndex
unsigned int nodeIndex |
Node (or bone) index.
◆ vertexIndex
unsigned int vertexIndex |
Index of the vertex.
◆ weight
float weight |
The weight (between 0 and 1). This determines how much the node (bone) affects the vertex in animation.
The documentation for this class was generated from the following file: