Assimp
v3.1.1 (June 2014)
|
aiVertexWeight Struct Reference
A single influence of a bone on a vertex. More...
Public Member Functions | |
aiVertexWeight () | |
Default constructor. More... | |
aiVertexWeight (unsigned int pID, float pWeight) | |
Initialisation from a given index and vertex weight factor. More... | |
Public Attributes | |
unsigned int | mVertexId |
Index of the vertex which is influenced by the bone. More... | |
float | mWeight |
The strength of the influence in the range (0...1). More... | |
Detailed Description
A single influence of a bone on a vertex.
Constructor & Destructor Documentation
|
inline |
Default constructor.
|
inline |
Initialisation from a given index and vertex weight factor.
- Parameters
-
pID ID pWeight Vertex weight factor
Member Data Documentation
unsigned int aiVertexWeight::mVertexId |
Index of the vertex which is influenced by the bone.
float aiVertexWeight::mWeight |
The strength of the influence in the range (0...1).
The influence from all bones at one vertex amounts to 1.
The documentation for this struct was generated from the following file:
Generated on Sun Feb 21 2016 19:42:29 for Assimp by 1.8.11