Closed scharlton2 closed 2 years ago
This was due to how vtkLookupTable
was implemented in vtk >= 7.1. Model Viewer subclassed vtkLookupTable
using the class mvColorTable
. mvColorTable
overrode the Build() routine which now calls ForceBuild() / BuildSpecialColors()
in newer versions of VTK. Fixed by adding a call to BuildSpecialColors()
in Build()
.
Another example -- ex-gwt-rotate
This occurs in vtk versions > 6.3.
vtk-6.3:
vtk-9.1: