uniform mat4 modelview; uniform mat4 projection; void main() { gl_Position = projection * modelview * gl_Vertex; }