SeamAwareDecimater
Mesh decimator
Decimates a triangle mesh while preserving its UV boundaries and considering seam-aware decimation criteria.
Mesh simplification with UV's boundary preserved
498 stars
21 watching
61 forks
Language: C++
last commit: over 4 years ago
Linked from 2 awesome lists
mesh-simplificationseamlessuv-mapping
Related projects:
Repository | Description | Stars |
---|---|---|
whinarn/unitymeshsimplifier | Mesh simplification for Unity, using the Fast Quadric Mesh Simplification algorithm rewritten in C# | 1,751 |
gaschler/bounding-mesh | A software toolset for generating simplified mesh representations while maintaining the original shape's integrity | 333 |
ands/seamoptimizer | A C/C++ library that minimizes errors in seams of lightmaps used in 3D graphics to improve visual appearance at transitions between different textures. | 235 |
nvpro-samples/gl_vk_meshlet_cadscene | Demonstrates rendering of CAD models using mesh shaders for high-performance rendering | 363 |
fogleman/simplify | Tool for reducing complexity of 3D models by simplifying surface geometry | 249 |
karimnaaji/voxelizer | Converts 3D meshes into voxelized representations by performing triangle-cube intersection. | 627 |
mourner/delaunator-rs | A fast and robust Rust library for Delaunay triangulation of 2D points | 207 |
prideout/xatlas | A C++ library for generating unique texture coordinates from 3D meshes | 5 |
unclearness/vacancy | Reconstructs 3D models from 2D silhouettes and camera parameters | 65 |
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 |
meshpro/optimesh | A software project providing an interface to various mesh optimization and smoothing algorithms for engineering applications. | 578 |
geometrycollective/boundary-first-flattening | An application for surface parameterization and flattening of 3D meshes | 768 |
unity-technologies/autolod | Automates simplification of 3D models during import to reduce memory usage and improve performance. | 1,845 |
erkaman/sse-avx-rasterization | A source code implementation of triangle rasterization routines accelerated using SIMD instructions | 67 |
unity3d-jp/meshsync | A package for synchronizing meshes/models editing in DCC tools into Unity in real time. | 1,607 |