Unigine::Mesh::Weight Struct
Mesh weight. This structure includes bone indices, bone weights and number of weights. NUM_WEIGHTS is equal to 4.
To use this structure, include the UnigineMesh.h file.
Unigine::Mesh::Weight Structure
Members
Unigine::Mesh::Weight:: Union
union {
short bones[NUM_WEIGHTS];
float weights[NUM_WEIGHTS];
int num_weights;
};
Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)