yig / halfedge
A C++ half-edge data structure for a triangle mesh with no external dependencies whatsoever. Public domain.
☆117Updated 13 years ago
Alternatives and similar repositories for halfedge:
Users that are interested in halfedge are comparing it to the libraries listed below
- Dual Marching Cubes Implementation in C++☆64Updated 4 years ago
- The Robust Quad Mesh Extraction Library☆119Updated 4 years ago
- A collection of common mesh subdivision algorithms☆95Updated 7 years ago
- Isosurface extraction from regular voxel grids☆78Updated 7 years ago
- A fast parallel CPU-based surface & solid voxelizer.☆77Updated 4 years ago
- A simple, easily hackable C++ surface voxelizer (STL=>voxels)☆176Updated 3 years ago
- This is the header-only version of the code we used for the experiments in the paper "Fast and Robust Mesh Arrangements using Floating-po…☆153Updated last year
- Acceleration structure library (BVH-, KD-Tree) with basic parallel construction☆54Updated 6 years ago
- Fast and light-weight Marching Cubes library in C++ without any dependencies.☆176Updated 7 years ago
- Simple C++ implementation of the (manifold) dual marching cubes algorithm from Gregory M. Nielson☆174Updated 5 years ago
- Directional Field Synthesis, Design, and Processing