Skip to content

fix two issues with OBJImporter

Ken Martin requested to merge ken-martin/vtk:fix_obj_texture into master

If the obj included a full path to a png file the importer would report errors trying to find it.

The OBJToVTP example was not autoinit for OpenGL2 so no rendering was happening.

Merge request reports