log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
goat3dgfx
view examples/cubemap/sdr/sky.v.glsl @ 12:1868c5975f31
find changesets by author, revision, files, or words in the commit message
foo
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sun, 24 Nov 2013 18:18:38 +0200
parents
3d96734fd477
children
line source
1
varying vec3 norm;
2
3
void main()
4
{
5
gl_Position = ftransform();
6
norm = gl_Vertex.xyz;
7
}