]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
*** empty log message ***
authorouv <ouv@opencascade.com>
Thu, 6 Oct 2005 14:41:38 +0000 (14:41 +0000)
committerouv <ouv@opencascade.com>
Thu, 6 Oct 2005 14:41:38 +0000 (14:41 +0000)
resources/Vertex_Program_ARB.txt

index 22ee582bab02a8e24250b11b712b1130036df149..3773961e58d3f705ba8218b971f9b3142840abb9 100755 (executable)
@@ -4,7 +4,7 @@ attribute float attrib1;
 attribute float attrib2;
 attribute float attrib3;
 
-attribute bool  results;
+attribute float results;
 attribute float clamp;
 attribute float geomSize;
 attribute float attrib4;
@@ -81,7 +81,7 @@ void main()
   gl_FrontColor = gl_Color;
 
   float size;
-  if( results )
+  if( results == 1 )
     size = ComputePointSize( gl_Color );
   else
     size = geomSize;