jbegaint / delaunay-cppLinks
C++11 Delaunay triangulation implementation (Bowyer-Watson)
☆90Updated 7 years ago
Alternatives and similar repositories for delaunay-cpp
Users that are interested in delaunay-cpp are comparing it to the libraries listed below
Sorting:
- learn cgal by demo☆195Updated 6 years ago
- delaunay triangulation in 3D space, to reconstruct convex hull from spherical dot cloud☆74Updated 6 years ago
- Mesh Simplification based on edge-collapse algorithm☆134Updated 2 years ago
- Fast radius neighbor search with an Octree (ICRA 2015)☆374Updated 6 years ago
- A simple octree with good commenting for learning how octrees work.☆263Updated 3 years ago
- Simple C++ KD-Tree implementation☆226Updated last year
- B-Spline surface (Qt & OpenGL)☆21Updated 8 years ago
- C++ library and set of utilities for input, output, and basic manipulation of 3D triangle meshes☆336Updated 2 years ago
- ☆65Updated 11 years ago
- C++ version the delaunay triangulation☆458Updated 5 years ago
- Divide and Conquer Algorithm for Delaunay Triangulation in 2D space☆20Updated 2 years ago
- Implementation of the Bowyer-Watson algorithm (with modified Lloyd relaxation) for finding Delaunay triangulations of point sets on the u…☆16Updated 7 years ago
- C++ library which provides data structures & algorithms for working with 3D point cloud data☆190Updated 3 weeks ago
- an elegant, high-performance and user-friendly halfedge data structure☆89Updated 5 years ago
- C++ port of mapbox's JS concaveman, with a Python wrapper☆174Updated 2 years ago
- Efficient Large-Scale Point-Cloud Viewer based on OpenGL☆85Updated 5 years ago
- Simplified QSlim Library Code Blocks (QSlim库简化版本,兼容了标准Mesh定义,剥离了冗余代码)☆16Updated 11 years ago
- Git mirror of the geogram library by INRIA☆131Updated 3 years ago
- OpenSceneGraph 3.0 Beginner's Guide☆46Updated 6 years ago
- OSG中,计算模型的OBB包围盒和AABB包围盒并绘制☆33Updated 6 years ago
- KDTree library☆113Updated 15 years ago
- Implementation of Surface Simplification Using QEM in C++.☆32Updated last year
- This is repository for CMPT 764 course project☆13Updated 8 years ago
- A really fast C++ library for Delaunay triangulation of 2D points☆583Updated 2 years ago
- Measuring Error between Surface using the Hausdorff distance☆17Updated 14 years ago
- A really fast C++ library for Delaunay triangulation of 2D points☆203Updated 9 months ago
- A blank project example showing how to use libigl and cmake.☆159Updated 5 months ago
- C++ library for NURBS curves and surfaces☆502Updated last year
- 这是一个而使用了osg基于3D包围盒技术AABB与OBB的先计算出box的顶点坐标,然后对模型的六个面进行离线渲染纹理的烘焙到2D纹理贴图中(FBO),在生成的box的六个面分别贴上这六张纹理贴图,来实现LOD(实现的是第0级的lod)!当然这里还包含了多模型加载的实现以及…☆11Updated 5 years ago
- libQGLViewer is an open source C++ library based on Qt that eases the creation of OpenGL 3D viewers.☆261Updated 5 months ago