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

搜索资源列表

  1. Matrix

    1下载:
  2. Matrix 是基于OPENGL开发的3d赛车游戏,编译需要有 OPENGL开发库。 程序目录结构分为模型,输入检测,主程序,数学运算等
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:60142
    • 提供者:iftree
  1. gl_water_source.rar

    1下载:
  2. 很有名的使用OpenGL的GPU编程例子(引自siggraph上的论文):这里使用了图形硬件上的矩阵和向量表达,繁杂的矩阵运算都在GPU上进行。对于想利用GPU做并行数值计算的人一定会有帮助~,The use of well-known examples of OpenGL, GPU programming (a quote from the siggraph paper): here the use of the graphics hardware on the expression of m
  3. 所属分类:OpenGL program

    • 发布日期:2016-09-21
    • 文件大小:283997
    • 提供者:shiping
  1. glutEx1-vs6

    0下载:
  2. 在OpenGL编程基础上,通过实现实验内容,掌握OpenGL的矩阵使用,并验证课程中矩阵变换的内容。-Based on programming in OpenGL through the realization of the experiment content, master the use of OpenGL matrix and verify that the curriculum content of matrix transformation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:106744
    • 提供者:胡伟娅
  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. glutEx1-vs6

    0下载:
  2. 首先,画一张有四条腿的桌子,其中四条腿的形状一样位置各异,所以先写一个画桌脚的函数Draw_Leg113(a,b,c),并通过参数把绘制的位置告诉函数。函数的实现较为简单,只需先push,后pop保护当前的矩阵,再经过移位,缩放z轴,绘制cube即可完成。 -First, draw a table has four legs, one of the four legs of different shapes, like the location, so the first leg draw
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-26
    • 文件大小:315919
    • 提供者:WangDi
  1. planet

    0下载:
  2. 1.掌握平移变换、放缩变换、旋转变换、错切变换、对称变换和复合变换的基本原理。 2.掌握OpenGL矩阵堆栈的操作方法 3.掌握组合变换原理 -1. Have translational transformation, zoom transform, rotation, shear transformations, compound symmetry transform and the basic principles of transformation. 2. To master
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:18338
    • 提供者:海海
  1. matri

    0下载:
  2. OpenGL 中矩阵堆栈的演示代码,演示了矩阵堆栈所起的作用。-OpenGL matrix stack of demo code, matrix demonstrated the role of the stack.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:1604
    • 提供者:dde
  1. Rotate

    1下载:
  2. opengl中任一坐标点旋转后,得到新坐标点的例子。通过glGetFloatv函数获取glRotate变换后的模型视图矩阵,然后乘以当前点坐标,进行旋转变换,得到变换后的坐标点位置信息。并与glRotate函数进行比较。-A mehtod to get the vertex postion after roate. This method is implemented buy using glGetFloatv function to get the ModelView Matrix, Then
  3. 所属分类:OpenGL program

    • 发布日期:2016-03-09
    • 文件大小:824683
    • 提供者:ff
  1. 5.1

    0下载:
  2. OpenGL 分割地球,地球在一个类似矩阵的空间中看起来很酷啊,有点黑客帝国的感觉-OpenGL split the earth, the earth in a similar matrix of the space looks cool ah, a little sense of the Matrix
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:284267
    • 提供者:vincentku80
  1. SiftGPU-V370

    0下载:
  2. 使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual-SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5296286
    • 提供者:周金强
  1. matrix-lantern

    0下载:
  2. 基于opengl的关于矩阵操作的程序,实现平移,旋转和缩放变换,效果是雨中灯笼随风摆动,月亮慢慢上升,实现全屏观看,左上角有按钮-Opengl based on matrix operations procedures to achieve translation, rotation and scaling transformation, the effect is the rain, the wind swinging lantern, the moon slowly rising, full
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3580141
    • 提供者:刘惠
  1. EX2

    0下载:
  2. OpenGL矩阵,进行缩放,平移和旋转等矩阵变换-OpenGL matrix to zoom, pan and rotation matrix transformation
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-10
    • 文件大小:9816745
    • 提供者:g
  1. Matrix

    0下载:
  2. openGL 自己实现矩阵类,其中包括实现 平移矩阵、任意轴旋转矩阵、缩放矩阵,以及矩阵的正交化、矩阵的代数余式、矩阵的逆、转置-openGL achieve their own matrices, including translational matrix arbitrary axis rotation matrix, scaling matrix, and the matrix of orthogonal matrix algebra I type, matrix inverse, tra
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:3070
    • 提供者:erermu
  1. glutEx3

    0下载:
  2. 一、实验目的和要求 在OpenGL编程基础上,通过实现实验内容,掌握OpenGL的矩阵使用,并验证课程中矩阵变换的内容。 二、实验内容和原理 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “平移的桌子,旋转的桌子”-First, experimental purposes and requirements of the OpenGL programming, based on the contents through the
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1240
    • 提供者:robin
  1. matrix

    0下载:
  2. 帮助理解旋转矩阵的windows程序,可以旋模型观察旋转矩阵的实时变化。-A program to help user understanding the transfer matrix of OpenGL
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-03
    • 文件大小:558529
    • 提供者:Michael
  1. lab3

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

    • 发布日期:2017-04-13
    • 文件大小:2341
    • 提供者:sindo
  1. gl-matrix.c-master

    0下载:
  2. gl-matrix.c: C Matrix library for OpenGL apps. A port of the gl-matrix Javascr ipt library.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-30
    • 文件大小:13333
    • 提供者:qiaoben
  1. library

    0下载:
  2. transfer matrix method photonic crystal simulation and the simulation and ease of use, especially
  3. 所属分类:OpenGL

    • 发布日期:2017-12-21
    • 文件大小:26624
    • 提供者:liu1982
  1. bd185

    0下载:
  2. Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, Calculate the maximum eigenvalue judgment matrix of AHP, This is the second energy entropy matlab code.
  3. 所属分类:OpenGL

    • 发布日期:2017-12-28
    • 文件大小:5120
    • 提供者:sanpingkiu
  1. fun-V8.0

    0下载:
  2. Use matlab intelligent predictive control algorithm, Calculate the maximum eigenvalue judgment matrix of AHP, Modern signal processing jobs when the graduate.
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-29
    • 文件大小:7168
    • 提供者:fiufaikan
« 12 3 4 »
搜珍网 www.dssz.com