Added Mesh:getVertices (resolves issue #771)

This commit is contained in:
Alex Szpakowski
2013-10-23 21:23:24 -03:00
parent b2725f8cf5
commit 206a1abd81
4 changed files with 64 additions and 0 deletions
+5
View File
@@ -71,6 +71,11 @@ public:
**/
void setVertices(const std::vector<Vertex> &verts);
/**
* Gets all of the vertices in the Mesh as an array.
**/
const Vertex *getVertices() const;
/**
* Sets an individual vertex in the Mesh.
* @param index The index into the list of vertices to use.