Some refactoring of the code.
Change-Id: I7b2aa13621c9a2e7a952efafbb1aaf4d86461fed
This commit is contained in:
@@ -27,8 +27,8 @@ public:
|
||||
ColladaGeometry();
|
||||
bool init(domGeometryRef geometry);
|
||||
|
||||
Mesh *getMesh(Context *rsc) {
|
||||
return mConvertedMesh.getMesh(rsc);
|
||||
SimpleMesh *getMesh() {
|
||||
return &mConvertedMesh;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user