log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
goat3dgfx
view examples/cubemap/sdr/sky.v.glsl @ 34:3eb6c8f89fe1
find changesets by author, revision, files, or words in the commit message
merge
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sun, 02 Mar 2014 17:41:10 +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
}