bounding-mesh
Mesh simplifier
A software toolset for generating simplified mesh representations while maintaining the original shape's integrity
Implementation of the bounding mesh and bounding convex decomposition algorithms for single-sided mesh approximation
334 stars
19 watching
47 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list
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 |
fogleman/simplify | Tool for reducing complexity of 3D models by simplifying surface geometry | 250 |
geometrycollective/boundary-first-flattening | An application for surface parameterization and flattening of 3D meshes | 770 |
whinarn/unitymeshsimplifier | Mesh simplification for Unity, using the Fast Quadric Mesh Simplification algorithm rewritten in C# | 1,770 |
mlivesu/cinolib | A C++ library for processing polygonal and polyhedral meshes with a unified data structure | 938 |
meshinspector/meshlib | A comprehensive C++ library for 3D geometry processing and analysis | 531 |
googlefonts/picosvg | A tool that simplifies SVG files by removing unnecessary elements and converting them into equivalent, more compact formats. | 145 |
karimnaaji/aobaker | A tool that generates texture coordinates and ambient occlusion maps from 3D meshes. | 7 |
max-mapper/simplify-geojson | A tool for simplifying GeoJSON data by applying the Ramer–Douglas–Peucker algorithm | 178 |
songrun/seamawaredecimater | Decimates a triangle mesh while preserving its UV boundaries and considering seam-aware decimation criteria. | 502 |
meshpro/pygalmesh | Provides a Python interface to CGAL's meshing tools for generating high-quality meshes from 2D and 3D constraints and shapes. | 602 |
jonocarroll/ggeasy | Tools for easy modification and customization of ggplot2 graphics | 274 |
cj-dimaggio/godot-slicer | A tool that enables dynamic slicing of convex meshes along a plane in 3D game engines. | 115 |
ionhandshaker/distmesh | A tool for generating high-quality meshes from CAD geometries using an efficient algorithm based on signed distance functions. | 53 |
gaoxifeng/robust-hexahedral-re-meshing | A software tool that simplifies and optimizes 3D mesh structures using a robust algorithm | 43 |