瀏覽代碼

Added name member to Collada::Mesh.

Sherief Farouk 12 年之前
父節點
當前提交
a6ddce7758
共有 1 個文件被更改,包括 2 次插入0 次删除
  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)
 			mNumUVComponents[i] = 2;
 	}
+    
+    std::string mName;
 
 	// just to check if there's some sophisticated addressing involved...
 	// which we don't support, and therefore should warn about.