From: ouv Date: Mon, 10 Oct 2005 08:30:24 +0000 (+0000) Subject: DrawPoints() method corrected X-Git-Tag: BR-D5-38-2003_D2005-12-10~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=056a404722ca288afad60bc4245e0fb54931915c;p=modules%2Fvisu.git DrawPoints() method corrected --- diff --git a/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx b/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx index 2f6b4e49..e8b92496 100755 --- a/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx +++ b/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx @@ -855,7 +855,6 @@ int VISU_OpenGLPointSpriteMapper::Draw(vtkRenderer *aren, vtkActor *act) // are they cell or point scalars if ( this->Colors ) { - cout << 111 << endl; colors = this->Colors; if ( (this->ScalarMode == VTK_SCALAR_MODE_USE_CELL_DATA || this->ScalarMode == VTK_SCALAR_MODE_USE_CELL_FIELD_DATA || @@ -865,8 +864,6 @@ int VISU_OpenGLPointSpriteMapper::Draw(vtkRenderer *aren, vtkActor *act) cellScalars = 1; } } - else - cout << 222 << endl; unsigned long idx = 0; if (colors)