搜索资源列表
Delaunay-Trianglation-Mesh-Generation
- 这也是一个delaunay三角网的程序,功能是我见到最强大的。能生成二维和三维,并有openGl创建模拟三维图。原程序中编译时需要wx/的文件,我没有找到。不过不影响程序的学习.希望对你有用!!包中有.exe可先-This is a triangular network nodes procedures, I see the function is the most powerful. Can generate two-dimensional and three-dimensional, and
pdnMesh-0.2.1
- An automatic 2D Delaunay mesh generator and solver for Finite Element Analysis. Can solve 2D field problems (Poisson and Helmholtz Equations). Can use LAPACK/ARPACK solvers producing OpenGL/Postscr ipt output. Uses C/GTK/GTKGLExt/MFC. Runs on Win32/U
delaunay
- VC和OpenGL实现的点云读取界面,需要的朋友可以下载参考
利用OpenGL实现三维地形
- 此资料介绍的是:利用OpenGL实现三维地形可 视化,采用Delaunay三角化法得到地形采样点,并用已知数据对三角曲面进行插值加密,生成规则格网(GRID)数据结构的方法,可得到高度真实感的三维地形可视化效果。 -The data presented are: the use of OpenGL for three-dimensional terrain visualization, using Delaunay triangulation method to be terrain
OpenGL
- 读入数据,利用OpenGL函数用三角网格的形式画出地面,并实现了缩放、旋转、纹理等功能-Read the data, using OpenGL function with triangular grid in the form of painted surface, and to achieve the zoom, rotation, texture and other functions
Delaunay
- Delaunay三角剖分算法 . 一个非常强劲的VC编的Delaunay三角网生成算法,对您学习VC++或GIS的学习都有很好的帮助作用-In mathematics, and computational geometry, a Delaunay triangulation for a set P of points in the plane is a triangulation DT(P) such that no point in P is inside the circumcircle o
GEOMPACK
- 不规则三角网(TIN)能以不同层次的分辨率来描述地形表面,被视为DEM中最基本和最重要的一种模型。程序功能为带约束条件的离散点不规则三角网生成。-Voronoi diagrams, Delaunay triangulations
Delaunay
- delaunay三角生成,结合OpenGl实现三角网显示-delaunay triangulation generated, combined with OpenGl display to achieve triangulation
OpenGLPDelaunay
- 基于OpenGL实现Delaunay三角化的文献,对初学者可能会有帮助-Delaunay triangulation of the OpenGL-based literature, may be helpful for beginners
delaunay1
- 用VC opengl做的delaunay三角网,这是一个三角网边生长算法的实现方法。-With VC opengl do delaunay triangulation, which is a triangulation edge growth algorithm implementation.
DelaunayPopengl
- 采用随机增量法实现的delaunay三角剖分,并使用opengl绘制出剖分结果(本人学习过程中写的代码,仅供学习交流)-delaunay triangulation and opengl drawing