varying vec3 vIntensity;

void main(void)
{
    gl_FragColor = vec4(vIntensity,1.0);
}