X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpExtensions%2FVisualization%2FOpenGLMeshMapper.hxx;h=ab2fc60d490661cbd645527c70798a8ad937d896;hb=3b51a08c6a78ed09578f198f6a13dd769d460bef;hp=61a9e1a9066a381cb6158ebde274d2e0edce56e3;hpb=2361f4f97631e09d88d8a5510a369817dcaa19db;p=cpPlugins.git diff --git a/lib/cpExtensions/Visualization/OpenGLMeshMapper.hxx b/lib/cpExtensions/Visualization/OpenGLMeshMapper.hxx index 61a9e1a..ab2fc60 100644 --- a/lib/cpExtensions/Visualization/OpenGLMeshMapper.hxx +++ b/lib/cpExtensions/Visualization/OpenGLMeshMapper.hxx @@ -131,14 +131,14 @@ RenderPiece( vtkRenderer* aren, vtkActor* act ) if( this->ColorTextureMap ) { /* TODO - if( !this->InternalColorTexture ) - { - this->InternalColorTexture = - vtkSmartPointer< vtkOpenGLTexture >::New( ); - this->InternalColorTexture->RepeatOff( ); - - } // fi - this->InternalColorTexture->SetInputData( this->ColorTextureMap ); + if( !this->InternalColorTexture ) + { + this->InternalColorTexture = + vtkSmartPointer< vtkOpenGLTexture >::New( ); + this->InternalColorTexture->RepeatOff( ); + + } // fi + this->InternalColorTexture->SetInputData( this->ColorTextureMap ); */ // Keep color from interacting with texture.