vec4 float2color(float f)
{
   return vec4(f,f,f,1.);
}
