#version 120 varying vec3 vertex; void main() { gl_Position = gl_Vertex; vertex = gl_Position.xyz; }