#version 450 in vec4 fcolor; in float height; out vec4 outcolor; void main(void) { outcolor = vec4(fcolor.r, height, fcolor.b, 1.0); }