From: ouv Date: Wed, 7 Sep 2005 09:40:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: BR-D5-38-2003_D2005-12-09~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4c16afc5492cc1fa223dedd4e033926e93a756aa;p=modules%2Fvisu.git *** empty log message *** --- diff --git a/resources/Vertex_Program_ARB.txt b/resources/Vertex_Program_ARB.txt index eb252776..aa80032d 100755 --- a/resources/Vertex_Program_ARB.txt +++ b/resources/Vertex_Program_ARB.txt @@ -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 );