Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ex-gwf-csub-p04 has a hole in the side #48

Closed
scharlton2 opened this issue May 19, 2022 · 2 comments
Closed

ex-gwf-csub-p04 has a hole in the side #48

scharlton2 opened this issue May 19, 2022 · 2 comments

Comments

@scharlton2
Copy link
Collaborator

This occurs in vtk versions > 6.3.

vtk-6.3:
image

vtk-9.1:
image

@scharlton2
Copy link
Collaborator Author

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().

@scharlton2
Copy link
Collaborator Author

Another example -- ex-gwt-rotate

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant