Go to the documentation of this file.
51 #ifndef AI_SKELETONMESHBUILDER_H_INC
52 #define AI_SKELETONMESHBUILDER_H_INC
55 #pragma GCC system_header
85 bool bKnobsOnly =
false);
111 unsigned int mIndices[3];
113 Face(
unsigned int p0,
unsigned int p1,
unsigned int p2) {
119 std::vector<Face> mFaces;
129 #endif // AI_SKELETONMESHBUILDER_H_INC
aiMaterial * CreateMaterial()
std::vector< aiVector3D > mVertices
Definition: SkeletonMeshBuilder.h:107
Definition: SkeletonMeshBuilder.h:110
Data structure for a material.
Definition: material.h:672
Declares the data structures in which the imported geometry is returned by ASSIMP: aiMesh,...
std::vector< aiBone * > mBones
Definition: SkeletonMeshBuilder.h:122
SkeletonMeshBuilder(aiScene *pScene, aiNode *root=nullptr, bool bKnobsOnly=false)
Definition: SkeletonMeshBuilder.h:73
void CreateGeometry(const aiNode *pNode)
Definition: ai_assert.h:50
enum aiMorphingMethod
Definition: mesh.h:575