asnfjksdll

This commit is contained in:
Tleety
2016-02-12 02:10:01 +01:00
parent 89cbc70177
commit f75f5f2471
7 changed files with 105 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ void main()
}
sceneColor = vec4(color_result.xyz, clamp(color_result.a, 0, 1));
bloomColor = vec4(clamp((glowTexel.xyz*3) - 1.0, 0, 100), 1.0);
//bloomColor = vec4(clamp((glowTexel.xyz*3) - 1.0, 0, 100), 1.0);
}