Lights Fixed.

Shadows not fixid.
This commit is contained in:
Tobias Dahl
2014-03-12 02:02:15 +01:00
parent bb6cc1a23e
commit a71d10f79a
7 changed files with 56 additions and 1786 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ uniform float spotExponent[numberOfLights];
vec2 TextureCoord;
} Input;
vec3 scene_ambient = vec3(0.2, 0.2, 0.2);
vec3 scene_ambient = vec3(0.5, 0.5, 0.5);
out vec4 fragmentColor;