UnityMeshSimplifier
Unity mesh simplifier
Mesh simplification for Unity, using the Fast Quadric Mesh Simplification algorithm rewritten in C#
Mesh simplification for Unity.
2k stars
36 watching
275 forks
Language: C#
last commit: 9 months ago
Linked from 1 awesome list
csharpmesh-decimationmesh-simplificationunityunity3dunity3d-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
sp4cerat/fast-quadric-mesh-simplification | An algorithm for reducing the complexity of 3D mesh models by simplifying their surface geometry using quadric shapes. | 1,503 |
unity-technologies/autolod | Automates simplification of 3D models during import to reduce memory usage and improve performance. | 1,845 |
gaschler/bounding-mesh | A software toolset for generating simplified mesh representations while maintaining the original shape's integrity | 333 |
methusalah/splinemesh | A Unity plugin for creating curved content with real-time Bézier curves | 1,060 |
songrun/seamawaredecimater | Decimates a triangle mesh while preserving its UV boundaries and considering seam-aware decimation criteria. | 498 |
mlivesu/cinolib | A C++ library for processing polygonal and polyhedral meshes with a unified data structure | 930 |
fogleman/simplify | Tool for reducing complexity of 3D models by simplifying surface geometry | 249 |
unity-technologies/unity.mathematics | A C# math library providing vector types and math functions with a shader-like syntax for use in Unity and other graphics applications. | 1,387 |
seblague/marching-cubes | An implementation of the Marching Cubes algorithm in Unity using C# to generate 3D mesh representations from volumetric data | 1,033 |
irajsb/ue4_assimp | An Assimp-based mesh importer for Unreal Engine 4. | 141 |
saladlab/json.net.unity3d | A modified version of Newtonsoft.Json that supports Unity3D and resolves compatibility issues with the .NET Framework. | 917 |
pbhogan/incontrol | Standardizes input mappings across various platforms for common controllers in Unity3D games | 692 |
rufus31415/simple-webxr-unity | Enables WebXR functionality in Unity 3D applications using JavaScript and C# APIs | 576 |
mochiescode/mochies-unity-shaders | Provides Unity shader assets for creating custom visual effects in games and applications. | 358 |
cascadianvr/unity-mesh-transfer-utility | A Unity Editor utility for transferring skinned mesh renderers from one armature to another | 134 |