Triangle Map

From NFBSP

Jump to: navigation, search

Every three entries in the triangle map creates a triangle.

C# Code

struct TriangleMap { // Length: 2
  ushort VertexIndex;
}

Details

  • VertexIndex: The index to one of the corners of the triangle.

See Also

Personal tools