From: ouv Date: Fri, 30 Sep 2005 12:15:41 +0000 (+0000) Subject: clamp parameter changed X-Git-Tag: BR-D5-38-2003_D2005-12-10~102 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5f99c7f815f637d9dae3fe734f08ca5ce8bc9c16;p=modules%2Fvisu.git clamp parameter changed --- diff --git a/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx b/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx index 1a25cd82..f6cf9a95 100755 --- a/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx +++ b/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx @@ -551,8 +551,8 @@ void VISU_OpenGLPointSpriteMapper::RenderPiece(vtkRenderer *ren, vtkActor *act) //----------------------------------------------------------------------------- float VISU_OpenGLPointSpriteMapper::GetMaximumSupportedSize() { - float maximumSupportedSize = 0.0; - glGetFloatv( GL_POINT_SIZE_MAX_ARB, &maximumSupportedSize ); + float maximumSupportedSize = 300.0; + //glGetFloatv( GL_POINT_SIZE_MAX_ARB, &maximumSupportedSize ); return maximumSupportedSize; }