Krabl Mesh Library
A C# library to process meshes in Unity3D
 All Classes Namespaces Functions Variables Pages
List of all members
KrablMesh.Simplify Class Reference

Description

An edge-collapsed based simplification algorithm MeshEdges.

Functions

void KrablMesh.Simplify.Execute ( ref MeshEdges  mesh,
SimplifyParameters  parameters 
)

Perform mesh simplification.

Parameters
meshA mesh (KrablMesh.MeshEdges) to simplify. The mesh will be changed and might even be replaced by a new mesh structure.
parametersThe parameters to use during the simplification.