Assimp  v3.1.1 (June 2014)
assimp::mesh::aiVertexWeight Struct Reference

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...
 

Detailed Description

A single influence of a bone on a vertex.

Member Data Documentation

§ mVertexId

uint assimp::mesh::aiVertexWeight::mVertexId

Index of the vertex which is influenced by the bone.

§ mWeight

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.


The documentation for this struct was generated from the following file: