Some refactoring of the code.

Change-Id: I7b2aa13621c9a2e7a952efafbb1aaf4d86461fed
This commit is contained in:
Alex Sakhartchouk
2011-05-04 18:40:09 -07:00
parent d78fc7acbc
commit 13ec73c22c
8 changed files with 91 additions and 75 deletions

View File

@@ -27,8 +27,8 @@ public:
ColladaGeometry();
bool init(domGeometryRef geometry);
Mesh *getMesh(Context *rsc) {
return mConvertedMesh.getMesh(rsc);
SimpleMesh *getMesh() {
return &mConvertedMesh;
}
private: