Feature/house generation into develop #2

Merged
SemvdH merged 14 commits from feature/house-generation into develop 2021-06-11 08:05:23 +00:00
Showing only changes of commit e166c1f988 - Show all commits

View File

@@ -120,7 +120,7 @@ namespace scene
shader->Start();
shader->LoadSkyColor(render_engine::renderer::SKY_COLOR);
shader->LoadLights(lights);
shader->LoadLightsDeque(lights);
shader->LoadViewMatrix(camera);
for (entities::Entity& model_entity : house_models)