Method ClearUnusedVertices
ClearUnusedVertices()
Function to clear the vertices while preserving the Triangles, Normals and Tangents.
Declaration
public void ClearUnusedVertices()
ClearUnusedVertices(int)
Function used to mark unused vertices as degenerate.
Declaration
public void ClearUnusedVertices(int startIndex)
Parameters
Type | Name | Description |
---|---|---|
int | startIndex |
ClearUnusedVertices(int, bool)
Function used to mark unused vertices as degenerate an upload resulting data to the mesh.
Declaration
public void ClearUnusedVertices(int startIndex, bool updateMesh)
Parameters
Type | Name | Description |
---|---|---|
int | startIndex | |
bool | updateMesh |