class ISkinImportData
#include <iskin.h>

Public Member Functions |
|
| virtual | ~ISkinImportData () |
| virtual BOOL | AddBoneEx (INode *boneNode, BOOL update)=0 |
| virtual BOOL | SetSkinTm (INode *skinNode, Matrix3 objectTm, Matrix3 nodeTm)=0 |
| virtual BOOL | SetBoneTm (INode *boneNode, Matrix3 objectTm, Matrix3 nodeTm)=0 |
| virtual BOOL | AddWeights (INode *skinNode, int vertexID, Tab< INode * > &boneNodeList, Tab< float > &weights)=0 |
| virtual ~ISkinImportData | ( | ) | [inline, virtual] |
{}
| virtual BOOL AddBoneEx | ( | INode * | boneNode, |
| BOOL | update | ||
| ) | [pure virtual] |
| virtual BOOL AddWeights | ( | INode * | skinNode, |
| int | vertexID, | ||
| Tab< INode * > & | boneNodeList, | ||
| Tab< float > & | weights | ||
| ) | [pure virtual] |