varying vec4 color; void main( void ) { gl_Position = ftransform(); gl_Position.xyz = gl_Position.xyz*0.6 - vec3(0.0, 0.0, 0.0); color = gl_Vertex; }