搜索资源列表
DMAX ASE模型描述及OpenGL控制.rar
- 阐述如何在OpenGL三维编程中实现3DMAX数据模型的程序控制,成果可用于飞机飞行的运动模拟和飞行实时监控等领域中。
代码tutors
- 适合OpenGL初学者,包括视点变换,投影变换和移动的内容-OpenGL for beginners, including Perspective transformation, projection transformation and mobile content
Transf
- OpenGl的视点变换、模型变换、投影变换、视口变换,的源代码,-OpenGl Perspective transform the model transformation, projection transformation, as I transform, the source code,
tymatrix
- 将投影变换矩阵存储到一个一维数组中,与函数glFrustum,glOrtho,gluPerspective的相应参数相同,并比较当前投影矩阵和用所设计的函数所得结果。在屏幕上输出两个矩阵并进行比较。可使用glGetFloatv(GL_PROJECTION_MATRIX, ...)获得当前投影矩阵。-projection matrix storage to a one-dimensional arrays, and functions glFrustum. glOrtho, gluPerspect
opengl
- opengl在VB中的使用。实现雾化,投影等变换
3D-PALL
- 该程序可实现工程上三面视图变换及轴侧图变换; 程序介绍(含数据文件) 一.实现步骤 1.从数据文件中读入立体的顶点数、面数、面上顶点数;读入顶点表DJ(即点集),面表SF。 2.初始化V面、H面、W面、正轴侧、斜二侧等投影变换矩阵. 3.调用矩阵相乘函数,计算DJ*T,结果存放到点集矩阵C中。 其中DJ为立体的点集矩阵; T为V面、H面、W面、正轴侧、斜二侧等投影变换矩阵. 4.平移变换后的图形,使其全部移到当前坐标系的第三象限.见步骤1
3Dtransform
- 对正立方体图形进行平移、旋转、变比、对城、错切等几何变换及平行投影和透视图等投影变换。-Graphics on the cube is translation, rotation, variable ratio, on the City, shear, such as geometric transformations and parallel projection and perspective projection transformation and so on.
a3
- 在模型变换实验的基础上,通过实现下述实验内容,掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。 -Experiments in model transformation based on the experiment through the realization of the following content, master OpenGL
code
- 本程序实现的是绘制一个单位立方体正平行投影图的程序,可以画出变换后的图形。运行环境为vc++6.0,内附有可执行文件以及所有源代码。-Implementation of this program is drawing a unit cube are parallel to the projection of the program, you can draw the transformed graph. Operating environment for vc++6.0 there is an
2DProjection
- 二维投影是三维显示的基础,如果要将三维的物体显示在二维的电脑屏幕上,就必须经过投影变换。常见的投影变换有正交投影和透视投影,本例展示了正交投影在OPENGL中的实现。-2D Projection
OpenGLprograming
- 简述了OPENGL的功能和计算机图形学的基本知识,包括状态管理和集合体的绘制,模型变换,视点变换和投影变换-OPENGL outlined the functions and basic knowledge of computer graphics, including the collection of state management and rendering, model transformation, view transformation and projection transfo
geometric
- 三维立体模型的几何变换,对图形进行平移、旋转、对称、错切,以及投影变换,包括三视图、轴测图以及透视图等-Three-dimensional model of the geometric transformation, on the graphics translation, rotation, symmetry, shear, and projection transformation, including the three views, axonometric drawing and per
room
- 掌握透视投影与平行投影的基本原理 掌握OpenGl的投影变换的基本方法 设计并实现一个室内场景造型 交互式方式实现室内场景浏览功能 设计视点运动轨迹 -Perspective projection and parallel projection master the basic principles of OpenGl projection master the basic method of transformation Design and implement
Three-dimensional
- 计算机图形学中的三维变换,几何变换,包括平移、错切、对称;投影变换,包括平行投影和透视图-Three-dimensional computer graphics, transformations, geometric transformations, including translation, shear, symmetry projection transformation, including the parallel projection and perspective
Example129
- vc OPENGL的正射投影变换的程序源码,很不错的demo-vc OPENGL ortho projection transformation program source code, very good demo
OpenGL
- OpenGL图形系统是一个软件接口,让程序员能够创建交互式程序,使用计算机图形学技术生成具有真实感的图像。本书是OpenGL ARB推荐的OpenGL 1.4版学习指南。 本书首先阐述OpenGL的功能和计算机图形学基本知识,包括状态管理和几何体的绘制、模型变换、视点变换和投影变换、颜色和光照;然后深入探讨一些高级技术,包括反走样、混合、雾效、显示列表、图像处理、纹理映射、帧缓存、网格化、NURBS、选择和反馈等;同时讨论其他一些重要主题,像如何提高程序的性能、OpenGL扩展和跨平台技
perspective_view
- 3D图形学-一个最基础的投影变换,详述了世界坐标系*摄像机坐标系*屏幕坐标系的用法-3D graphics- a most basic projection transformation, detailing the world coordinate system** screen camera coordinate system coordinates the use of
tybh
- 投影变换 计算机图形学 opengl图形学代码-Projection transform computer graphics opengl graphics code
opengl
- 绘制了一个通过模型变换进行缩放的立方体如图3-3所示。视图变换函数gluLookAt()设置照相机的位置,并使它对准需要绘制立方体的位置。另外,这个例子还指定了投影变换和视口变换。本节的剩余部分将讨论示例程序3-1,并简单地解释它所使用的变换命令。接下来的几节完整而又详细地讨论了所有的OpenGL变换函数。-glutInitWindowSize(500,500)   glutInitWindowPosition(100,100)   glutCreateWindo
RobotExample
- VC++OpenGL的机器人模型程序,通过OpenGL的模型视图变换,投影变换,将三维物体在二维图像上显示出来。-VC++ OpenGL robot model program made the three-dimensional objects displayed on the two-dimensional image by the OpenGL model view transformation and projection transformation.