]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
clamp parameter changed
authorouv <ouv@opencascade.com>
Fri, 30 Sep 2005 12:15:41 +0000 (12:15 +0000)
committerouv <ouv@opencascade.com>
Fri, 30 Sep 2005 12:15:41 +0000 (12:15 +0000)
src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx

index 1a25cd827638075353ff503fb63e21b48667e753..f6cf9a954eeb03e15073cf4ef6bd870eb093a131 100755 (executable)
@@ -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;
 }