varying float LightIntensity; uniform vec4 Color; void main() { gl_FragColor = vec4( Color.rgb, 1. ); }