Skip to content

OBJ: Fix an issue in OBJ reader and importer with malformed obj files

vtkOBJReader and vtkOBJImporter previously did not check that point indices passed to VTK are superior to zero. They do now.

This also add tests.

Edited by Mathieu Westphal (Kitware)

Merge request reports