[vtkusers] VTK 7 and vtkRenderingOpenGL2 migration
Orion Poplawski
orion at cora.nwra.com
Fri Feb 5 11:27:32 EST 2016
I'm looking at updating the Fedora VTK package to 7.0 and rebuilding dependent
packages here: https://copr.fedorainfracloud.org/coprs/orion/vtk7/builds/
One problem is packages (e.g. engrid) that do:
VTK_MODULE_INIT(vtkRenderingOpenGL);
It appears that with VTK 7.0 it would need to do:
VTK_MODULE_INIT(vtkRenderingOpenGL2);
What's the best way for projects to handle this automatically, as the vtk they
are building against may have been built with either backend.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane orion at nwra.com
Boulder, CO 80301 http://www.nwra.com
More information about the vtkusers
mailing list