]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkSurfaceTexture.cxx
#3457 box PolyDataToActor with color table map
[bbtk.git] / packages / vtk / src / bbvtkSurfaceTexture.cxx
index 0fe8f31492db37b5f9a9cdbdad900098ef8b1452..1e002aa5c9e9617c6482fe14ca654c0ab03c1aaf 100644 (file)
@@ -55,7 +55,7 @@ void SurfaceTexture::Process()
                        // Generate the colors for each point based on the color map
                        colors = vtkUnsignedCharArray::New(); 
                        colors->SetNumberOfComponents(3);
-                       colors->SetName("Colors");      
+//                     colors->SetName("ColorsEED");   
                        // Create the color map
                        if (bbGetInputColorType()==1)
                        {