varying float LightIntensity; void main() { gl_FragColor = vec4( LightIntensity*vec3(0., 1., 0.), 1. ); // gl_FragColor = vec4( 0., 1., 0., 1. ); }