Class MeshUtility
Public
Helper class for working with meshes efficiently.
Inner Types
Removes duplicate vertices from the array and updates the triangle array.
Public Static Methods
MakeTrianglesClockwise
(vertices, triangles)
Flips triangles such that they are all clockwise in graph space.