goat3dgfx

view examples/cubemap/sdr/sky.v.glsl @ 7:89179bce7543

property sheets had not been saved previously
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 17 Nov 2013 09:13:27 +0200
parents 18879c956eb1
children 25b911c7c35c
line source
1 varying vec3 norm;
3 void main()
4 {
5 gl_Position = ftransform();
6 norm = gl_Vertex.xyz;
7 }