8dcb8601a2
Hopefully this is the first and last time we have to do this.
9 lines
No EOL
187 B
GLSL
9 lines
No EOL
187 B
GLSL
// Copyright (c) 2008 the OpenTK Team. See license.txt for legal bla
|
|
|
|
uniform samplerCube Earth;
|
|
varying vec3 Normal;
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = textureCube( Earth, Normal.xyz );
|
|
} |