source:
GTP/trunk/Lib/Illum/GPUObscurancesGT/src/reflect.vert
@
930
Revision 930, 181 bytes checked in by igarcia, 19 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[930] | 1 | varying vec4 color; |
2 | ||
3 | void 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.