Cleanup Scene and Primitives. Add comments.

This commit is contained in:
brunoherbelin
2020-04-13 15:17:10 +02:00
parent 7be79a9c96
commit ccd5d182ca
9 changed files with 120 additions and 44 deletions

1
Mesh.h
View File

@@ -22,7 +22,6 @@ public:
void init () override;
void draw (glm::mat4 modelview, glm::mat4 projection) override;
void accept (Visitor& v) override;
// void update (float dt) override;
inline std::string getResource() const { return resource_; }
inline std::string getTexture() const { return texturefilename_; }