CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - 投影变换

搜索资源列表

  1. DMAX ASE模型描述及OpenGL控制.rar

    1下载:
  2. 阐述如何在OpenGL三维编程中实现3DMAX数据模型的程序控制,成果可用于飞机飞行的运动模拟和飞行实时监控等领域中。
  3. 所属分类:OpenGL

    • 发布日期:2014-03-10
    • 文件大小:6621
    • 提供者:
  1. 代码tutors

    0下载:
  2. 适合OpenGL初学者,包括视点变换,投影变换和移动的内容-OpenGL for beginners, including Perspective transformation, projection transformation and mobile content
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1162878
    • 提供者:王正培
  1. Transf

    1下载:
  2. OpenGl的视点变换、模型变换、投影变换、视口变换,的源代码,-OpenGl Perspective transform the model transformation, projection transformation, as I transform, the source code,
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6630
    • 提供者:朱大鹏
  1. tymatrix

    0下载:
  2. 将投影变换矩阵存储到一个一维数组中,与函数glFrustum,glOrtho,gluPerspective的相应参数相同,并比较当前投影矩阵和用所设计的函数所得结果。在屏幕上输出两个矩阵并进行比较。可使用glGetFloatv(GL_PROJECTION_MATRIX, ...)获得当前投影矩阵。-projection matrix storage to a one-dimensional arrays, and functions glFrustum. glOrtho, gluPerspect
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:4249
    • 提供者:sunway
  1. opengl

    0下载:
  2. opengl在VB中的使用。实现雾化,投影等变换
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:47422
    • 提供者:cc
  1. 3D-PALL

    0下载:
  2. 该程序可实现工程上三面视图变换及轴侧图变换; 程序介绍(含数据文件) 一.实现步骤 1.从数据文件中读入立体的顶点数、面数、面上顶点数;读入顶点表DJ(即点集),面表SF。 2.初始化V面、H面、W面、正轴侧、斜二侧等投影变换矩阵. 3.调用矩阵相乘函数,计算DJ*T,结果存放到点集矩阵C中。 其中DJ为立体的点集矩阵; T为V面、H面、W面、正轴侧、斜二侧等投影变换矩阵. 4.平移变换后的图形,使其全部移到当前坐标系的第三象限.见步骤1
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1453
    • 提供者:保文星
  1. 3Dtransform

    0下载:
  2. 对正立方体图形进行平移、旋转、变比、对城、错切等几何变换及平行投影和透视图等投影变换。-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.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:207888
    • 提供者:ldc
  1. a3

    0下载:
  2. 在模型变换实验的基础上,通过实现下述实验内容,掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。 -Experiments in model transformation based on the experiment through the realization of the following content, master OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:38665
    • 提供者:胡伟娅
  1. code

    0下载:
  2. 本程序实现的是绘制一个单位立方体正平行投影图的程序,可以画出变换后的图形。运行环境为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
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-07
    • 文件大小:1688321
    • 提供者:cheng
  1. 2DProjection

    0下载:
  2. 二维投影是三维显示的基础,如果要将三维的物体显示在二维的电脑屏幕上,就必须经过投影变换。常见的投影变换有正交投影和透视投影,本例展示了正交投影在OPENGL中的实现。-2D Projection
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:920
    • 提供者:hxc
  1. OpenGLprograming

    0下载:
  2. 简述了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
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-20
    • 文件大小:34952192
    • 提供者:黄琳
  1. geometric

    1下载:
  2. 三维立体模型的几何变换,对图形进行平移、旋转、对称、错切,以及投影变换,包括三视图、轴测图以及透视图等-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
  3. 所属分类:OpenGL program

    • 发布日期:2017-01-03
    • 文件大小:2004992
    • 提供者:penglian
  1. room

    0下载:
  2. 掌握透视投影与平行投影的基本原理 掌握OpenGl的投影变换的基本方法 设计并实现一个室内场景造型 交互式方式实现室内场景浏览功能 设计视点运动轨迹 -Perspective projection and parallel projection master the basic principles of OpenGl projection master the basic method of transformation Design and implement
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:891652
    • 提供者:张建
  1. Three-dimensional

    0下载:
  2. 计算机图形学中的三维变换,几何变换,包括平移、错切、对称;投影变换,包括平行投影和透视图-Three-dimensional computer graphics, transformations, geometric transformations, including translation, shear, symmetry projection transformation, including the parallel projection and perspective
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:2053101
    • 提供者:姚遥
  1. Example129

    0下载:
  2. vc OPENGL的正射投影变换的程序源码,很不错的demo-vc OPENGL ortho projection transformation program source code, very good demo
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:6754
    • 提供者:宁津
  1. OpenGL

    0下载:
  2. OpenGL图形系统是一个软件接口,让程序员能够创建交互式程序,使用计算机图形学技术生成具有真实感的图像。本书是OpenGL ARB推荐的OpenGL 1.4版学习指南。   本书首先阐述OpenGL的功能和计算机图形学基本知识,包括状态管理和几何体的绘制、模型变换、视点变换和投影变换、颜色和光照;然后深入探讨一些高级技术,包括反走样、混合、雾效、显示列表、图像处理、纹理映射、帧缓存、网格化、NURBS、选择和反馈等;同时讨论其他一些重要主题,像如何提高程序的性能、OpenGL扩展和跨平台技
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-20
    • 文件大小:34950158
    • 提供者:zqq
  1. perspective_view

    0下载:
  2. 3D图形学-一个最基础的投影变换,详述了世界坐标系*摄像机坐标系*屏幕坐标系的用法-3D graphics- a most basic projection transformation, detailing the world coordinate system** screen camera coordinate system coordinates the use of
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:31932
    • 提供者:liuweiguang
  1. tybh

    0下载:
  2. 投影变换 计算机图形学 opengl图形学代码-Projection transform computer graphics opengl graphics code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:946961
    • 提供者:火狐
  1. opengl

    0下载:
  2. 绘制了一个通过模型变换进行缩放的立方体如图3-3所示。视图变换函数gluLookAt()设置照相机的位置,并使它对准需要绘制立方体的位置。另外,这个例子还指定了投影变换和视口变换。本节的剩余部分将讨论示例程序3-1,并简单地解释它所使用的变换命令。接下来的几节完整而又详细地讨论了所有的OpenGL变换函数。-glutInitWindowSize(500,500)   glutInitWindowPosition(100,100)   glutCreateWindo
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:5829
    • 提供者:苹果
  1. RobotExample

    1下载:
  2. 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.
  3. 所属分类:OpenGL

    • 发布日期:2015-04-26
    • 文件大小:805519
    • 提供者:米奇
« 12 »
搜珍网 www.dssz.com