fix the sky

db4
Doug Coleman 2009-05-13 20:15:58 -05:00
parent 3685a0fed3
commit 0378c612c6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ varying vec3 direction;
void main() void main()
{ {
vec4 v = vec4(gl_Vertex.xy, -1.0, 1.0); vec4 v = vec4(gl_Vertex.xy, 1.0, 1.0);
gl_Position = v; gl_Position = v;
vec4 p = gl_ProjectionMatrixInverse * v; vec4 p = gl_ProjectionMatrixInverse * v;