注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
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
(or select a word/phrase and press Ctrl+Enter)