fengkeyleaf / AlgorithmLinks
Algorithm related programs
☆24Updated last year
Alternatives and similar repositories for Algorithm
Users that are interested in Algorithm are comparing it to the libraries listed below
Sorting:
- learn cgal by demo☆195Updated 6 years ago
- C++11 Delaunay triangulation implementation (Bowyer-Watson)☆90Updated 7 years ago
- process a picture to low poly format☆132Updated 7 years ago
- LearnOpenGL案例,有滤镜、特效展示。支持添加自己的案例。☆20Updated 4 months ago
- Mesh Simplification based on edge-collapse algorithm☆134Updated 2 years ago
- The code of lesson “Digital Geometry Processing” with ACAM frame☆138Updated 4 years ago
- Straight skeleton implementation in Python☆86Updated 5 years ago
- ☆33Updated 2 years ago
- A C++ library to manipulate and create NURBS curves and surfaces.☆46Updated 10 years ago
- Medial axis transform using Delaunay triangulations☆12Updated 3 years ago
- A header-only library that implements the Vatti clipping algorithm☆35Updated 3 years ago
- OpenSceneGraph 3.0 - Beginner's Guide 源码☆28Updated last year
- B-Spline surface (Qt & OpenGL)☆21Updated 8 years ago
- OSG中,计算模型的OBB包围盒和AABB包围盒并绘制☆33Updated 6 years ago
- ☆61Updated 5 years ago
- Lesson in school. Some matrial, homework and extra program implementation☆45Updated 11 years ago
- NURBS Curve and Surface Algorithms Library, match the NURBS Book☆285Updated last week
- Simplified QSlim Library Code Blocks (QSlim库简化版本,兼容了标准Mesh定义,剥离了冗余代码)☆16Updated 11 years ago
- Implementation of Surface Simplification Using QEM in C++.☆32Updated last year
- ☆41Updated last year
- 基于二次误差的网格简化(Surface simplification using quadric error metrics,SIGGRAPH 97)☆17Updated 9 years ago
- Automatic conversion of IFC models 2x3 to CityGML LOD 1/2/3/4☆74Updated 2 years ago
- C++ Library for CityGML Parsing and Visualization☆106Updated 2 months ago
- 记录3D开发内容,学习过程中的总结和记录,包括引擎、图形、OpenGL、Shader等,保持更新ing.☆219Updated 4 years ago
- ☆13Updated 2 years ago
- 网格简化-清华大学计算机科学与技术系计算机图形学课程项目☆55Updated 5 years ago
- Validation of 3D primitives according to the international standard ISO19107☆100Updated 3 weeks ago
- osgVerse, a complete 3d engine solution based on OpenSceneGraph. It supports OpenGL/OpenGLES/Vulkan/DirectX/Metal backends, and also work…☆230Updated this week
- A command line tool to convert gltf to 3dtiles format.☆176Updated 5 years ago
- 这是一个而使用了osg基于3D包围盒技术AABB与OBB的先计算出box的顶点坐标,然后对模型的六个面进行离线渲染纹理的烘焙到2D纹理贴图中(FBO),在生成的box的六个面分别贴上这六张纹理贴图,来实现LOD(实现的是第0级的lod)!当然这里还包含了多模型加载的实现以及…☆11Updated 5 years ago