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

GetMeshData (meshData, meshIndex, vertices, indices)
Public Static
MakeTrianglesClockwise (vertices, triangles)

Flips triangles such that they are all clockwise in graph space.

Public Static