volmetrics

view data/shaders/transfer.v.glsl @ 37:1d935677d3ab

Created new branch non-qt-version
author Eleni Maria Stea <elene.mst@gmail.com>
date Mon, 17 Apr 2017 13:26:24 +0000
parents
children
line source
1 void main()
2 {
3 gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
4 gl_TexCoord[0] = gl_MultiTexCoord0;
5 }