[ADDED] smoke and some small changes

This commit is contained in:
Menno
2021-05-21 14:12:30 +02:00
parent e2f6bd720d
commit e10aea5a15
10 changed files with 4617 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ namespace render_engine
{
glEnable(GL_DEPTH_TEST);
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
glClearColor(0.3f, 0.4f, 0.6f, 1.0f);
glClearColor(SKY_COLOR.r, SKY_COLOR.g, SKY_COLOR.b, 1.0f);
}
/*