So the colors are controlled by `color.push( 0, 1 - ( x / width ) * 1, 0.5 + x / width * 0.5, z / depth )`, but what's the color model? I thought it was RGBA but since it uses such small values it can't be that.
So the colors are controlled by
color.push( 0, 1 - ( x / width ) * 1, 0.5 + x / width * 0.5, z / depth ), but what's the color model?I thought it was RGBA but since it uses such small values it can't be that.