Skip to content
  • Bill Lorensen's avatar
    BUG: OBJImporter did not handle negative indices · eb147fa3
    Bill Lorensen authored
    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.
    eb147fa3