Public Member Functions | |
bool | operator< (const CTmpVertexWeight &o) const |
bool | operator== (const CTmpVertexWeight &o) const |
Data Fields | |
uint32 | MatrixId |
float | Weight |
|
Definition at line 390 of file mrm_builder.cpp. References Weight.
00391 { 00392 return Weight>o.Weight; 00393 } |
|
Definition at line 385 of file mrm_builder.cpp. References MatrixId.
00386 { 00387 return MatrixId==o.MatrixId; 00388 } |
|
Definition at line 382 of file mrm_builder.cpp. Referenced by NL3D::CMRMBuilder::collapseSkinWeight(), NL3D::CMRMBuilder::normalizeSkinWeight(), and operator==(). |
|
Definition at line 383 of file mrm_builder.cpp. Referenced by NL3D::CMRMBuilder::collapseSkinWeight(), NL3D::CMRMBuilder::normalizeSkinWeight(), and operator<(). |