Open dmsurti opened 8 years ago
See: http://public.kitware.com/pipermail/vtk-developers/2016-February/033113.html.
vtkOpenGLExtensionManager
can be used to get the info required, but it is not available in VTK 7.0
it seems that we can't get those parameters through python and VTK. glGet routines are apparently not accessible through VTK (to the best of my efforts, I could not find any access to them via the python interface).
Add the following info:
This info should be computed only once and stored as it will use the expensive
glGet
calls. A toolbar info window should then display this stored information.This will also be useful to the applications that use Mayavi for debugging OpenGL related issues.