source: GTP/trunk/Lib/Illum/GPUObscurancesGT/bin/debug/reflect.vert @ 930

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