LivingMachine/code/SFML-2.4.2/share/SFML/examples/shader/resources/billboard.vert

6 lines
113 B
GLSL
Raw Normal View History

2017-04-26 22:08:14 +02:00
void main()
{
// Transform the vertex position
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
}