]> SALOME platform Git repositories - modules/gui.git/blob - src/VTKViewer/resources/Vertex_Program_ARB.txt
Salome HOME
46d01a88f968ebc79e5880cdaf13026d3cb1828b
[modules/gui.git] / src / VTKViewer / resources / Vertex_Program_ARB.txt
1 attribute float diameter;
2
3 void main()
4 {
5   gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
6   gl_FrontColor = gl_Color;
7   gl_PointSize = 1400 * gl_ProjectionMatrix[1].y * diameter;
8 }