log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
qvolray
view sdr/demo.v.glsl @ 25:63bc059778d0
find changesets by author, revision, files, or words in the commit message
fixed ray marching
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sat, 14 Apr 2012 01:13:43 +0300
parents
3d05c261a2f4
children
line source
1
void main()
2
{
3
gl_Position = gl_Vertex;
4
gl_TexCoord[0] = gl_MultiTexCoord0;
5
}