From c84af344f76239fde66c0c6ef3cb43ea8dc45e90 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Mon, 18 Sep 2017 13:56:46 +0200 Subject: [PATCH] Rollback montain --- src/VTKViewer/VTKViewer_Texture.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VTKViewer/VTKViewer_Texture.cxx b/src/VTKViewer/VTKViewer_Texture.cxx index c6faba0b1..7b20cd5e1 100644 --- a/src/VTKViewer/VTKViewer_Texture.cxx +++ b/src/VTKViewer/VTKViewer_Texture.cxx @@ -534,7 +534,7 @@ void VTKViewer_Texture::Load(vtkRenderer *ren) // make sure using unsigned char data of color scalars type if (this->IsDepthTexture != 1 && - (this->ColorMode || + (this->MapColorScalarsThroughLookupTable || scalars->GetDataType() != VTK_UNSIGNED_CHAR )) { dataPtr = this->MapScalarsToColors (scalars); -- 2.30.2