quick backup of the renderer - things missing
[demo] / src / mesh.h
index 6482bde..a7fb327 100644 (file)
@@ -28,10 +28,11 @@ public:
        std::string name;
        unsigned int mat_idx;
 
-       unsigned int which_mask;
 
        Mesh();
        virtual ~Mesh() = 0;
+
+       virtual void draw() const = 0;
 };
 
 #endif // MESH_H_
\ No newline at end of file