From 5f99c7f815f637d9dae3fe734f08ca5ce8bc9c16 Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 30 Sep 2005 12:15:41 +0000 Subject: [PATCH] clamp parameter changed --- src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2