|
Assimp v3.1.1 (June 2014)
|
Represents a vertex weight descriptor in a MD5 file. More...
#include <MD5Parser.h>
Public Attributes | |
| unsigned int | mBone |
| Index of the bone to which this weight refers. More... | |
| float | mWeight |
| The weight value. More... | |
| aiVector3D | vOffsetPosition |
| The offset position of this weight. More... | |
Represents a vertex weight descriptor in a MD5 file.
| unsigned int Assimp::MD5::WeightDesc::mBone |
Index of the bone to which this weight refers.
| float Assimp::MD5::WeightDesc::mWeight |
The weight value.
| aiVector3D Assimp::MD5::WeightDesc::vOffsetPosition |
The offset position of this weight.