搜索资源列表
三维真实感图形的绘制.rar
- 科学计算可视化,计算机动画和虚拟现实是现在计算机图形学的三个热点。而这三个热点的核心都是三维真实感图形的绘制。由于OpenGL(Open GraphicsLibrary)具有跨平台性、简便、高效、功能完善,目前已经成为了三维图形制作方法中事实上的工业标准。自从WindowsNT3.51在微机平台上支持OpenGL以后,现在微软公司在Windows95OSR2、WindowsNT4.0中连续性的提供OpenGL开发环境。VisualC++从4.2 版本以后已经完全支持OpenGL API,使三维世
三维真实感图形的绘制
- 三维真实感图形的绘制,使用VC固化的头文件-realistic 3D graphics rendering, use VC curing the first document
三维空战游戏实例
- 这是一个三维空战游戏的实例,绘制引擎是OpenGL。游戏内容是一个太空战三维游戏。-this is a 3d air fighting game. graphic engine is opengl,the game is about outer space fighting.
在OpenGL视图中绘制三维物体
- 在OpenGL视图中绘制三维物体-view of the OpenGL 3D Rendering
演示opengl三维绘制效果
- 主要实现了绘制四面体的方法,和在其上面添加纹理贴图的代码,加上了材质和光照。一个简单的下程序,演示opengl三维绘制效果~,The main achievement of the tetrahedron method of drawing, and in its texture mapping to add the above code, together with the material and light. Under a simple procedure, presentation o
openGL.rar
- 一个简单的openGL三维模型,绘制了一个球,一个立方体等,a simple 3D model using openGL。There exits a ball,a cube and so on.
OpenGL
- opengl代码,展现opengl三维显示和球体绘制代码,可以控制大小、旋转速度方向。-opengl code, displaying three-dimensional display and sphere opengl drawing code, you can control the size and direction of rotation speed.
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
OPENGLAct
- OpenGL是实现三维动画的工业标准,例中使用OpenGL的辅助库中的auxSolidTeapot函数绘制了一个茶壶,通过glRotatef函数不断变化观察的角度来实现转动的效果。-OpenGL implementation are the industry standard three-dimensional animation, for example, the use of OpenGL auxiliary library auxSolidTeapot function mapping a
CT
- 关于CT断层图像三维重建中体绘制技术研究与应用的毕业论文-About three-dimensional reconstruction of CT images in volume rendering technology research and application of the thesis
OpenGL3D
- 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具,还有其它功能,你可以下载编译一下探个究竟!-VC++6.0 in the use of OpenGL graphics rendering three-dimensional examples of source code, source code more complicated, it can draw three-dimensional
OpenGL
- 一篇关于opengl进行三维图绘制的毕业论文-Opengl on a three-dimensional mapping of the thesis
maketu
- 二维图及三维图的绘制指令,并含有一些有趣的成品图,等高线,数据的一般处理图-Two-dimensional maps and three-dimensional mapping instructions and the product contains some interesting maps, contour lines, data in general will deal with Figure
1
- 这只是个简单的小程序,主要是实现三维物体的绘制:在窗口绘制一个多面体和二次曲面,在代码中添加光照函数。-This is just a simple small program, primarily to achieve three-dimensional object drawing: In the window, draw a polyhedron and second surfaces, add lighting function in the code.
FunctionGraphicsIn3D
- 1.绘制三维四边形网格曲面。 2.调整网格曲面显示状态:填充或不填充。 3.改变窗口背景颜色。 4.左键旋转图形,右键缩放图形。-1. Draw three-dimensional quadrilateral mesh surface. 2. Adjustment of the grid surface display status: fill or not fill. 3. To change the window background color. 4. Lef
GraphicsHomework
- 课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统,应老师要求,完成的主要功能如下。 必做部分: 1. 采用3DS Max对三维场景进行了建模。场景中包含了建筑物、道路、天空等基本元素,实现了场景的纹理贴图功能。(见图1,2) 2. 实现了通过3DS Loader读取场景数据。 3. 使用了OpenGL和GLUT扩展库来实时绘制上述场景,画面生成速度达到36帧/秒。 4. 提供了友善的用户界面,并实现了多角度场景的交互漫游,可以以第一人称行走的方式漫游场景
marching-cube
- 这个是三维重建中最常用的面绘制的方法,也叫MARCHING CUBE,比较容易实现,不过效果不如体绘制好-This is the most commonly used three-dimensional reconstruction of surface rendering method is also called MARCHING CUBE, relatively easy to implement, but the effect was not as good rendering
11
- 从高程图(digital elevation map)读取地形高度数据,将地形数据组织成均匀三角网格,通过OpenGL绘制三维地形,并进行地形纹理贴图。同时要求实现地形的漫游,即可以前后左右移动视点来观察地形。-From the elevation map (digital elevation map) to read the terrain elevation data, terrain data will be organized into a uniform mesh, through t
三维
- 设定相关参数如表面材质、光源、光照和着色参数等 完成绘制(Set the parameters such as surface, material, light, illumination and shading parameters to complete the drawing)
ProjectYZ
- 绘制多排圆锥,每排颜色不同,且添加弹出式菜单,对圆锥进行操作 三维绘制 纹理映射(draw cones with OpenGL)