Fast-Quadric-Mesh-Simplification
Mesh simplifier
An algorithm for reducing the complexity of 3D mesh models by simplifying their surface geometry using quadric shapes.
Mesh triangle reduction using quadrics
2k stars
49 watching
237 forks
Language: C
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gaschler/bounding-mesh | A software toolset for generating simplified mesh representations while maintaining the original shape's integrity | 333 |
whinarn/unitymeshsimplifier | Mesh simplification for Unity, using the Fast Quadric Mesh Simplification algorithm rewritten in C# | 1,751 |
fogleman/simplify | Tool for reducing complexity of 3D models by simplifying surface geometry | 249 |
googlefonts/picosvg | A tool that simplifies SVG files by removing unnecessary elements and converting them into equivalent, more compact formats. | 140 |
mlivesu/cinolib | A C++ library for processing polygonal and polyhedral meshes with a unified data structure | 930 |
rastapasta/tileshrink | Tool to simplify vector tile features in an MBTiles container by reducing their size and complexity. | 31 |
gaoxifeng/robust-hexahedral-re-meshing | A software tool that simplifies and optimizes 3D mesh structures using a robust algorithm | 43 |
seblague/marching-cubes | An implementation of the Marching Cubes algorithm in Unity using C# to generate 3D mesh representations from volumetric data | 1,033 |
samfromcadott/brutus | Generates 3D meshes from volumetric data using marching cubes algorithm | 5 |
fsitok/klayout-simplify | Automates polygon simplification in a digital design automation tool | 7 |
meshpro/meshplex | A software package to compute and analyze properties of complex geometric meshes in various dimensions | 104 |
erkaman/sse-avx-rasterization | A source code implementation of triangle rasterization routines accelerated using SIMD instructions | 67 |
songrun/seamawaredecimater | Decimates a triangle mesh while preserving its UV boundaries and considering seam-aware decimation criteria. | 498 |
tpaviot/smesh | Provides advanced meshing features based on OpenCascade, enabling the creation of complex 3D models | 69 |
one-2-3-45/one-2-3-45 | An open-source project that enables the generation of 3D mesh models from single images in under a minute. | 1,563 |