feat: models loading

This commit is contained in:
MihailRis
2024-06-22 23:43:56 +03:00
parent d54b6b2e58
commit ea0add3017
8 changed files with 43 additions and 13 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ public:
void box(glm::vec3 pos, glm::vec3 size, glm::vec4 lights);
void draw(const model::Model& model);
void draw(const model::Model* model);
void flush();
};