goat3dgfx

view examples/cubemap/sdr/sky.v.glsl @ 20:d9c8cd19c606

fixed the face index loading bug
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 08 Dec 2013 03:00:49 +0200
parents 3d96734fd477
children
line source
1 varying vec3 norm;
3 void main()
4 {
5 gl_Position = ftransform();
6 norm = gl_Vertex.xyz;
7 }