]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Flag results/geometry added
authorouv <ouv@opencascade.com>
Mon, 3 Oct 2005 12:48:28 +0000 (12:48 +0000)
committerouv <ouv@opencascade.com>
Mon, 3 Oct 2005 12:48:28 +0000 (12:48 +0000)
resources/Vertex_Program_ARB.txt

index cd73e662108c2316bb4dad9a82e9febed3888c2c..22ee582bab02a8e24250b11b712b1130036df149 100755 (executable)
@@ -4,10 +4,11 @@ attribute float attrib1;
 attribute float attrib2;
 attribute float attrib3;
 
+attribute bool  results;
 attribute float clamp;
 attribute float geomSize;
-attribute float minSize;
 attribute float attrib4;
+attribute float minSize;
 attribute float maxSize;
 attribute float magnification;
 
@@ -80,7 +81,7 @@ void main()
   gl_FrontColor = gl_Color;
 
   float size;
-  if( geomSize == 0 )
+  if( results )
     size = ComputePointSize( gl_Color );
   else
     size = geomSize;