[FEATURE] simple house generator

This commit is contained in:
Menno
2021-06-04 15:49:56 +02:00
parent cfd2d00d08
commit 8c50792657
6 changed files with 78 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ namespace render_engine
const models::TexturedModel model = entity.get()->GetModel();
const models::RawModel raw_model = model.raw_model;
const models::ModelTexture texture = model.texture;
// Enable the model (VAO)
glBindVertexArray(raw_model.vao_id);