Hash is slower; back to sorted list

This commit is contained in:
Matt Keeter 2014-03-22 13:03:54 -04:00
parent 44f171a823
commit b6368a2663
3 changed files with 8 additions and 63 deletions

View file

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