#version 330 in vec3 position; in vec3 normal; uniform mat4 mvp; void main(void) { gl_Position = mvp * vec4(position.xyz, 1.0); }