]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
*** empty log message ***
authorouv <ouv@opencascade.com>
Wed, 7 Sep 2005 09:40:49 +0000 (09:40 +0000)
committerouv <ouv@opencascade.com>
Wed, 7 Sep 2005 09:40:49 +0000 (09:40 +0000)
resources/Vertex_Program_ARB.txt

index eb252776862fda86831d1f917833683d972a6194..aa80032d504bdb4ed31da7f2e566591aea51d470 100755 (executable)
@@ -85,8 +85,8 @@ float3 ComputePointSize( float3 inColor )
       h = 180 + (120*(r-g+delta)+delta)/(2*delta);
   }
 
-  float minSize = 20.0f;
-  float maxSize = 40.0f;
+  float minSize = 15.0f;
+  float maxSize = 50.0f;
 
   float size = minSize + ( maxSize - minSize ) * ( 1 - h / 256.0f );
 
@@ -97,7 +97,7 @@ void main()
 {
   gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
 
-  gl_FrontColor = gl_Color;
+  //gl_FrontColor = gl_Color;
 
   float size = ComputePointSize( gl_Color );