Update ObjFileImporter.h

pull/1106/head
Giuseppe Barbieri 2016-12-09 19:27:01 +01:00 committed by GitHub
parent b1e89e3636
commit 83896f18b3
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ private:
void createMaterials(const ObjFile::Model* pModel, aiScene* pScene);
/// @brief Adds special property for the used texture mapping mode of the model.
void addTextureMappingModeProperty(aiMaterial* mat, aiTextureType type, int clampMode = 1);
void addTextureMappingModeProperty(aiMaterial* mat, aiTextureType type, int clampMode = 1, int index = 0);
//! \brief Appends a child node to a parent node and updates the data structures.
void appendChildToParentNode(aiNode *pParent, aiNode *pChild);