You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: