Assimp
v3.1.1 (June 2014)
|
A single influence of a bone on a vertex. More...
Public Attributes | |
uint | 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... | |
A single influence of a bone on a vertex.
uint assimp::mesh::aiVertexWeight::mVertexId |
Index of the vertex which is influenced by the bone.
float assimp::mesh::aiVertexWeight::mWeight |
The strength of the influence in the range [0..1]
.
The influence from all bones at one vertex sums up to 1.