[WIP] Camera stuff

This commit is contained in:
Tobias Dahl
2014-03-14 00:30:50 +01:00
parent b206ca0e4f
commit 87ee7cfd76
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -95,4 +95,4 @@ void Camera::FarClip(float val)
{ {
m_FarClip = val; m_FarClip = val;
UpdateProjectionMatrix(); UpdateProjectionMatrix();
} }
+1 -1
View File
@@ -23,7 +23,7 @@ in VertexData {
vec3 ShadowCoord; vec3 ShadowCoord;
} Input; } Input;
vec3 scene_ambient = vec3(0.98f, 0.95f, 0.8f); vec3 scene_ambient = vec3(0.98, 0.95, 0.7);
out vec4 fragmentColor; out vec4 fragmentColor;