Преглед на файлове

Update ObjFileImporter.h

Giuseppe Barbieri преди 8 години
родител
ревизия
83896f18b3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      code/ObjFileImporter.h

+ 1 - 1
code/ObjFileImporter.h

@@ -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);