From: apo Date: Fri, 23 May 2008 07:28:32 +0000 (+0000) Subject: To fix some regressions which have come with implementation of ELNO improvement X-Git-Tag: TG_ELNO_visualization_28May2008~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=231f88b7b54806e12d47ca1c92bab549bf3de33c;p=modules%2Fvisu.git To fix some regressions which have come with implementation of ELNO improvement --- diff --git a/src/PIPELINE/VISU_ColoredPL.cxx b/src/PIPELINE/VISU_ColoredPL.cxx index 25e055ad..0792a90c 100644 --- a/src/PIPELINE/VISU_ColoredPL.cxx +++ b/src/PIPELINE/VISU_ColoredPL.cxx @@ -238,8 +238,8 @@ VISU_ColoredPL myFieldTransform->SetInput(myExtractor->GetOutput()); GetMapperHolder()->SetLookupTable(GetMapperTable()); - GetMapper()->InterpolateScalarsBeforeMappingOn(); - GetMapper()->SetUseLookupTableScalarRange(true); + //GetMapper()->InterpolateScalarsBeforeMappingOn(); + GetMapper()->SetUseLookupTableScalarRange( true ); GetMapper()->SetColorModeToMapScalars(); GetMapper()->ScalarVisibilityOn(); }