Added name member to Collada::Mesh.

pull/78/head
Sherief Farouk 2013-08-15 00:11:23 -04:00
parent 9b591fadb8
commit a6ddce7758
1 changed files with 2 additions and 0 deletions

View File

@ -322,6 +322,8 @@ struct Mesh
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.
std::string mVertexID;