// TP Shader // Fabrice Aubert void main() { gl_Position = gl_ProjectionMatrix*gl_ModelViewMatrix*gl_Vertex; // ou gl_Position=ftransform(); }