pxmlw6n2f/Gazebo_Distributed_TCP/media/materials/programs/laser_2nd_pass.vert

9 lines
125 B
GLSL
Raw Normal View History

2019-03-28 10:57:49 +08:00
varying float tex;
void main()
{
gl_Position = ftransform();
tex = gl_Vertex.x;
gl_TexCoord[0] = gl_MultiTexCoord0;
}