]> git.tdb.fi Git - libs/gl.git/blobdiff - source/mesh.h
Add append() method and and operator[] to VertexArray
[libs/gl.git] / source / mesh.h
index 8e1f906cf2dcbbd89ecb9c556a721991b7899b1a..e3753f8b867ce1516f66b680d5cc488142430209 100644 (file)
@@ -10,7 +10,6 @@ Distributed under the LGPL
 
 #include <msp/datafile/loader.h>
 #include "batch.h"
-#include "meshbuilder.h"
 #include "vertexarray.h"
 
 namespace Msp {
@@ -41,7 +40,6 @@ public:
        Mesh(VertexFormat f);
 
        void use_vertex_buffer(bool);
-       RefPtr<MeshBuilder> modify();
        const VertexArray &get_vertices() const { return vertices; }
        void add_batch(const Batch &b);
        const std::list<Batch> &get_batches() { return batches; }