From 231f88b7b54806e12d47ca1c92bab549bf3de33c Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 23 May 2008 07:28:32 +0000 Subject: [PATCH] To fix some regressions which have come with implementation of ELNO improvement --- src/PIPELINE/VISU_ColoredPL.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } -- 2.39.2