X-Git-Url: http://git.mutantstargoat.com?p=demo;a=blobdiff_plain;f=src%2Fmesh.h;h=82f5c48199947358106fe341a483548871449ca0;hp=ed40f5d7ece57bdfecea9f3a7632026c500b9c66;hb=243eb502c5dc70e586a9e81815234069bf623480;hpb=197f20b5d4db937029f7b585be23ee7fe5da66dc diff --git a/src/mesh.h b/src/mesh.h index ed40f5d..82f5c48 100644 --- a/src/mesh.h +++ b/src/mesh.h @@ -29,6 +29,7 @@ public: virtual ~Mesh() = 0; virtual void draw() const = 0; + virtual void draw_normals(float scale) const = 0; virtual void update_vertex_data() = 0; };