Krabl Mesh Library
A C# library to process meshes in Unity3D
 All Classes Namespaces Functions Variables Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oNKrablMesh
|oCCreaseDetectStatic methods to deal with marking edges as creases.
|oCImportExportStatic methods to convert between Unity meshes and Krabl Mesh Library meshes.
|oCMeshEdgesA polygonal mesh with edge information.
|oCOpsSome static methods to do operations on MeshEdges.
|oCSimplifyParametersThe parameters used for a edge-collapse simplification operation.
|oCSimplifyAn edge-collapsed based simplification algorithm MeshEdges.
|oCSubdivideQParametersThe parameters used for quad-based mesh subdivision.
|\CSubdivideQAn mesh subdivision algorithm based on quads.
\CKrablMeshUtilityA collection of static calls to easily use the Krabl Mesh Library in Unity3D scripts.