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

10 lines
137 B
GLSL

varying vec4 point;
void main()
{
gl_Position = ftransform();
// Vertex in world space
point = gl_ModelViewMatrix * gl_Vertex;
}