source: GTP/trunk/Lib/Illum/GPUObscurancesGT/src/copy.vert @ 930

Revision 930, 182 bytes checked in by igarcia, 18 years ago (diff)
Line 
1varying vec2 texCoord;
2
3void main()
4{
5        vec4 posicio = vec4(gl_Vertex.xyz, 1.0);
6        gl_Position = gl_ModelViewProjectionMatrix * posicio;
7       
8        texCoord = gl_MultiTexCoord0.st;
9}
Note: See TracBrowser for help on using the repository browser.