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

OpenGL code in IbisImagePlaneMapper incompatible with current backend of VTK #496

Open
errollgarner opened this issue Apr 14, 2023 · 0 comments
Labels

Comments

@errollgarner
Copy link
Contributor

IbisImagePlaneMapper makes use of deprecated OpenGL primitives (glBegin/End, glMatrixMode, etc.) which are incompatible with the version of OpenGL (3.2) used in our current version of VTK (9.0.1, but has also been since VTK 8.2). The class should be rewritten using more modern OpenGL programmable pipelines.

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

No branches or pull requests

1 participant