搜索资源列表
opengl
- 读取三维地形文件,地形模型用三角网法实现,并在地形上增加了一些简单分型产生的树!!可以借鉴一下哦!
MyTerrain1.rar
- 三维地形模拟,地形构网,OpenGL高级编程与可视化系统开发第4章源码,3d
TIN
- vc 实现生成三角网的源程序,做地形仿真的和地形提取的很有帮助哦-vc achieve triangulation of the source code generated, and simulation of topography and terrain extraction helpful Oh
利用OpenGL实现三维地形
- 此资料介绍的是:利用OpenGL实现三维地形可 视化,采用Delaunay三角化法得到地形采样点,并用已知数据对三角曲面进行插值加密,生成规则格网(GRID)数据结构的方法,可得到高度真实感的三维地形可视化效果。 -The data presented are: the use of OpenGL for three-dimensional terrain visualization, using Delaunay triangulation method to be terrain
MFC_OpenGL
- VC下实现Opengl绘制网格,利用MFC为模板,可做为MFC+Opengl的程序框架。值得学习。-VC achieve Opengl rendering the grid, using MFC as a template, can be used as a procedural framework for MFC+ Opengl. Worth learning.
OpenGL
- 个人OpenGL图形学大作业,用MFC界面显示stl三角网格模型,并进行区域填色。支持鼠标拖拽旋转缩放和模型的精度调节光照等。-Great job my OpenGL graphics, screen display with MFC stl triangular mesh model, and the area fills. Support for zoom and rotate the mouse drag adjustment accuracy of the model light and
Ziyoo2DTriaMesh
- opengl实现画图程序。自动构三角网。是学习的好材料-opengl drawing process to achieve. Automatic configuration triangulation. Is a good learning materials. . . .
44
- 【例程3】形高度数据,将地形数据组织成均匀三角网格,通过OpenGL绘制三维地形,并进行地形纹理贴图。同时要求实现地形的漫游,即可以前后左右移动视点来观察地形。-From the elevation map (digital elevation map) to read the terrain elevation data, terrain data will be organized into a uniform mesh, through the OpenGL rendering terra
OpenGL-Sphere-mapping
- OpenGL/绘制球体/三角形离散网显示-OpenGL/Draw sphere/triangle shows discrete Net
Triangle
- 适用OPENGL进行三角网格建模的指导性文章,基本涵盖了三角建模的多种问题-OPENGL application of the triangular grid model for guiding articles, covering a variety of modeling issues Triangle
COpenGL
- 结合MFC和opengl编程,可以显示网格,网格的格式为obj # 顶点数 面片数 v....f-Combination of MFC and opengl programming, you can display the mesh, the mesh format obj# Vertices few patches v. ... f. ...
grid3dwave.ZIP
- 这是在微软Visual Basic下的三维格网的开发,没有用到Directx和OpenGL-This is the Microsoft Visual Basic 3 Ludwig network under development, there is no use Directx and OpenGL
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
triangulationnetwork
- 采用VC++结合OPENGL建立三角网并贴纹理!-Use VC++ combine OPENGL to build triangulation network
opengl-quick-reference-card
- OpenGL 查询手册,非常好用,源自于nehe的官网,非常非常好用-OpenGL Reference
GEOMPACK
- 不规则三角网(TIN)能以不同层次的分辨率来描述地形表面,被视为DEM中最基本和最重要的一种模型。程序功能为带约束条件的离散点不规则三角网生成。-Voronoi diagrams, Delaunay triangulations
opengl-TriNet
- vc++,opengl,三角网生成,三维显示。适合初学者。-vc++, opengl, triangulation generated, three-dimensional display
OpenGL-grid-display
- 在本源码中, 实现一个简单的3D格网显示。所编写的程序除了显示物体的模型外,还要能让用户改变光的位置和物体的颜色,大小变化以及旋转功能-In the source code, the realization of a simple 3 d grid display. Written procedures in addition to show the object model, also can let the user to change the position of the light
基于OpenGL与粒子系统的喷泉模拟实现_汪继文
- opengl基于粒子系统的喷泉实现 多篇知网文献(OpenGL fountain implementation based on particle system)
TIN三角网
- 绘制三角网,实现了光照,文理,旋转等功能。(Draw triangulation net)