Skip to content

BUG: OBJImporter did not handle negative indices

Bill Lorensen requested to merge lorensen/vtk:OBJImporter_NegativeIndices into master

Negative indices are specified relative to the current maximum vertex position. (-1 references the last vertex defined). This makes it easy to describe the points in a face, then the face, without the need to store a large list of points and their indexes.

Merge request reports