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

View File

@@ -164,6 +164,7 @@ void Primitive::deleteGLBuffers_()
glDeleteVertexArrays ( 1, &vao_);
}
// Group
Group::~Group()