splitted skybox class in Skybox and SphericalHarmonic classes

This commit is contained in:
Elderme
2015-07-30 08:14:57 +02:00
parent 3640e4a69a
commit 97ed8b2dbf
11 changed files with 254 additions and 170 deletions
+1 -2
View File
@@ -987,8 +987,7 @@ static void renderBloom(GLuint in)
} // renderBloom
// ----------------------------------------------------------------------------
void PostProcessing::renderEnvMap(const float *bSHCoeff, const float *gSHCoeff,
const float *rSHCoeff, GLuint skybox)
void PostProcessing::renderEnvMap(GLuint skybox)
{
glDisable(GL_DEPTH_TEST);
glEnable(GL_BLEND);