Explorar o código

Added name member to Collada::Mesh.

Sherief Farouk %!s(int64=12) %!d(string=hai) anos
pai
achega
a6ddce7758
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      code/ColladaHelper.h

+ 2 - 0
code/ColladaHelper.h

@@ -321,6 +321,8 @@ struct Mesh
 		for (unsigned int i = 0; i < AI_MAX_NUMBER_OF_TEXTURECOORDS;++i)
 		for (unsigned int i = 0; i < AI_MAX_NUMBER_OF_TEXTURECOORDS;++i)
 			mNumUVComponents[i] = 2;
 			mNumUVComponents[i] = 2;
 	}
 	}
+    
+    std::string mName;
 
 
 	// just to check if there's some sophisticated addressing involved...
 	// just to check if there's some sophisticated addressing involved...
 	// which we don't support, and therefore should warn about.
 	// which we don't support, and therefore should warn about.