mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Fixed init of Group (actually should NOT init its children nodes).
Ensure Nodes deletetion is done.
This commit is contained in:
1
Mesh.h
1
Mesh.h
@@ -22,6 +22,7 @@ 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_; }
|
||||
|
||||
Reference in New Issue
Block a user