]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
*** empty log message ***
authorapo <apo@opencascade.com>
Mon, 12 May 2008 12:31:27 +0000 (12:31 +0000)
committerapo <apo@opencascade.com>
Mon, 12 May 2008 12:31:27 +0000 (12:31 +0000)
src/PIPELINE/VISU_PipeLineUtils.cxx

index 6c31a35605a2e5859be61840e2a5f4b987b905cb..26e7290e454ac52e6138965c2d8d4d9b8781ab18 100644 (file)
@@ -95,6 +95,7 @@ namespace VISU
     theTarget->SetScalarMode(theSource->GetScalarMode());
     theTarget->SetImmediateModeRendering(theSource->GetImmediateModeRendering());
     theTarget->SetUseLookupTableScalarRange(theSource->GetUseLookupTableScalarRange());
+    theTarget->SetInterpolateScalarsBeforeMapping(theSource->GetInterpolateScalarsBeforeMapping());
     if(theSource->GetArrayAccessMode() == VTK_GET_ARRAY_BY_ID)
       theTarget->ColorByArrayComponent(theSource->GetArrayId(), theSource->GetArrayComponent());
     else