Move load_stl from Mesh to Loader

This commit is contained in:
Matt Keeter 2014-03-25 20:01:46 -04:00
parent 9cc3bd82e8
commit 61c930444d
4 changed files with 117 additions and 121 deletions

View file

@ -10,7 +10,6 @@ class Mesh
{
public:
Mesh(std::vector<GLfloat> vertices, std::vector<GLuint> indices);
static Mesh* load_stl(const QString& filename);
float min(size_t start) const;
float max(size_t start) const;