X-Git-Url: http://git.mutantstargoat.com?p=demo;a=blobdiff_plain;f=src%2Fopengl%2Fmesh-gl.h;h=833e2db7415556ca8216c88d0a5f73d5b00270dc;hp=78d415a54652b81ce8f45ba5bd42986bc79f4e79;hb=243eb502c5dc70e586a9e81815234069bf623480;hpb=197f20b5d4db937029f7b585be23ee7fe5da66dc diff --git a/src/opengl/mesh-gl.h b/src/opengl/mesh-gl.h index 78d415a..833e2db 100644 --- a/src/opengl/mesh-gl.h +++ b/src/opengl/mesh-gl.h @@ -18,6 +18,10 @@ private: void update_vbo(); + /* used by draw_normals to debug stuff: */ + mutable unsigned int nvao; + mutable unsigned int nvbo; + public: MeshGL(); MeshGL(const MeshGL &mesh); @@ -26,9 +30,10 @@ public: virtual ~MeshGL(); virtual void draw() const override; + virtual void draw_normals(float scale) const override; virtual void update_vertex_data() override; void destroy_vbo(); }; -#endif // MESH_GL_H_ +#endif // MESH_GL_H_ \ No newline at end of file