bloboland

diff sdr/bloboray.v.glsl @ 3:a39c301cdcce

terrain raytracing pretty much done
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 16 Dec 2012 14:24:16 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sdr/bloboray.v.glsl	Sun Dec 16 14:24:16 2012 +0200
     1.3 @@ -0,0 +1,5 @@
     1.4 +void main()
     1.5 +{
     1.6 +	gl_Position = gl_Vertex;
     1.7 +	gl_TexCoord[0] = gl_MultiTexCoord0;
     1.8 +}