[FEATURE] simple GUI support

This commit is contained in:
Menno
2021-05-25 12:36:58 +02:00
parent 97a7501cda
commit 21a7f4f4b2
15 changed files with 260 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ namespace models
{
GLuint vao_id;
int vertex_count;
glm::vec3 model_size;
glm::vec3 model_size = { -1, -1, -1 };
};
/*