搜索资源列表
MFC_OPENGL三角型
- OPengl程序,基于VC的MFC库设计实现,主要实现一个在单文档视图中绘制一个颜色渐变三角形-OPengl procedures, the MFC-based VC Design Library, a major achievement in a single document View Drawing a triangular gradient colors
opengl
- 读取三维地形文件,地形模型用三角网法实现,并在地形上增加了一些简单分型产生的树!!可以借鉴一下哦!
OpenGL_programe.rar
- 利用OpenGL绘制的基本图元(线段、三角形面片、四边形或多边形等)制作的香皂,多面体,三棱柱并可以进行旋转,平移,可以加入光照,可以投影。 ,Use OpenGL rendering the basic graphic elements (line segments, triangular patches, quadrilateral or polygon, etc.) produced soap, polyhedron, prism and can rotate, pan, you can
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
simplification
- 三角片图形简化源代码,使用vc++和OpenGL开发,功能强大-Triangle mesh simplification source code,developed by visual c++ and opengl,it s very useful!
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
zsg
- 基于opengl的水壶真实感实现 光照模型 线条及三角面片实现-Opengl implementation based on the kettle realistic illumination model lines and triangulated surfaces to achieve
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
collisiondetection_2
- opengl 高级的碰撞检测 圆对三角 圆对圆-advanced collision detection
OpenGL-Sphere-mapping
- OpenGL/绘制球体/三角形离散网显示-OpenGL/Draw sphere/triangle shows discrete Net
OpenGl
- 下面的程序演示了一个三角形,可以通过菜单修改其状态。-Following the procedure demonstrated a triangle, you can modify its status through the menu.
OpenGL_7
- OpenGL编程轻松入门之坐标变换.本节中的例子仅仅是将第二节的例子作了一点点改动。将myDisplay函数中画三角型的那一部分提出来写成一个函数drawTriangle。然后在myDisplay函数中用drawTriangle.-OpenGL programming easy entry of coordinate transformation. The examples in this section is the only example of section II, made a lit
Triangle
- 适用OPENGL进行三角网格建模的指导性文章,基本涵盖了三角建模的多种问题-OPENGL application of the triangular grid model for guiding articles, covering a variety of modeling issues Triangle
opengl
- 本代码是简单的opengl源代码 主要功能是创建了一个三角形和一个矩形 利用Opengl实现直线光栅的DDA算法-The code is a simple source code opengl main function is to create a triangle and a rectangle using Opengl linear grating DDA algorithm
TIN三角网
- 绘制三角网,实现了光照,文理,旋转等功能。(Draw triangulation net)
opengl圆柱体绘制
- 利用三角面片逼近法生成圆柱体、利用opengl中的画图函数直接生成圆柱体(The cylinder is generated by the triangle surface approximation method, and the cylinder is generated directly by the drawing function in OpenGL)
OpenGL绘制球体
- OpenGL利用三角面片逼近绘制球体,纹理贴图实现可旋转的地球效果(OpenGL uses triangle patch to draw sphere and texture map to achieve rotatable earth effect)