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
278 forks
Language: C#
last commit: 12 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,513 |
unity-technologies/autolod | Automatically simplifies and optimizes 3D models for efficient rendering on various hardware configurations | 1,870 |
gaschler/bounding-mesh | A software toolset for generating simplified mesh representations while maintaining the original shape's integrity | 334 |
methusalah/splinemesh | A Unity plugin for creating curved content with real-time Bézier curves | 1,062 |
songrun/seamawaredecimater | Decimates a triangle mesh while preserving its UV boundaries and considering seam-aware decimation criteria. | 502 |
mlivesu/cinolib | A C++ library for processing polygonal and polyhedral meshes with a unified data structure | 938 |
fogleman/simplify | Tool for reducing complexity of 3D models by simplifying surface geometry | 250 |
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,392 |
seblague/marching-cubes | An implementation of the Marching Cubes algorithm in Unity using C# to generate 3D mesh representations from volumetric data | 1,040 |
irajsb/ue4_assimp | An Assimp-based mesh importer for Unreal Engine 4. | 143 |
saladlab/json.net.unity3d | A modified version of Newtonsoft.Json that supports Unity3D and resolves compatibility issues with the .NET Framework. | 918 |
pbhogan/incontrol | Standardizes input mappings across various platforms for common controllers in Unity3D games | 693 |
rufus31415/simple-webxr-unity | Enables WebXR functionality in Unity 3D applications using JavaScript and C# APIs | 579 |
mochiescode/mochies-unity-shaders | Provides Unity shader assets for creating custom visual effects in games and applications. | 368 |
cascadianvr/unity-mesh-transfer-utility | A Unity Editor utility for transferring skinned mesh renderers from one armature to another | 135 |