varying vec3 vtx_normal; void main() { gl_FragColor = vec4( vtx_normal, 1.0 ); }