vec3 green(float f)
{
   return vec3(0., clamp(f,0.,1.), 0.);
}
