Bloom bad edge clamp fixed

This commit is contained in:
Tleety
2016-03-10 13:42:33 +01:00
parent c3255519bf
commit 329a15e08b
4 changed files with 28 additions and 18 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ private:
//const LightCullingPass* m_LightCullingPass
int m_Iterations;
int m_Quality = 0;
int m_BloomLod = 4;
int m_BloomLod = 5;
GLuint m_GaussianTexture_horiz = 0;
GLuint m_GaussianTexture_vert = 0;