renderer cleanup, demo changes

This commit is contained in:
h4570
2022-08-03 10:37:27 +02:00
parent da958cb094
commit 0a024e745f
27 changed files with 329 additions and 149 deletions
-1
View File
@@ -27,7 +27,6 @@ Skybox::Skybox(TextureRepository* repo) {
for (u32 i = 0; i < mesh->getMaterialsCount(); i++) {
auto* material = mesh->getMaterial(i);
material->print();
material->color.r = 16.0F;
material->color.g = 16.0F;
material->color.b = 16.0F;