volmetrics

view data/shaders/transfer.v.glsl @ 33:3e4eb9a0d999

fixed t1, t2 selection with the mouse
author Eleni Maria Stea <elene.mst@gmail.com>
date Sun, 17 Aug 2014 02:25:01 +0300
parents
children
line source
1 void main()
2 {
3 gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
4 gl_TexCoord[0] = gl_MultiTexCoord0;
5 }