blob: e2a5256f2a3f14494d03ee9ef1f5923fe3c58ee6 [file] [log] [blame]
varying vec3 Normal;
void main()
{
gl_FragColor = vec4(Normal, 1.0);
}