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

搜索资源列表

  1. OpenGL)

    0下载:
  2. 用mfc opengl编写的,转动的球,可能会有数组越界的错误-mfc opengl prepared with the rotation of the ball, there may be cross-border array of mistakes
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:47783
    • 提供者:hefleof
  1. readfilw

    0下载:
  2. vc++编写的可读入.obj文件的源代码,指定文件名,可以将.obj文件中的数据存入数组-vc prepared readable entry. Obj the source code, the designated file name can be. obj document, the data are stored in the array
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2130391
    • 提供者:刘欢
  1. 二十面体(Array)

    0下载:
  2. 绘制二十面体,使得八个脚个有一个图形,有棱柱之类,是线框图。-mapping Icosahedral, making eight feet out with a graphic, such as Prism, wireframe.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:41256
    • 提供者:蓝兰
  1. VASPHERE

    0下载:
  2. 采用opengl中顶点阵列的方式生成曲面的实例。-list & Vertex Array/Direct Comparison
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:120271
    • 提供者:zhtfox
  1. HeightMap

    1下载:
  2. 这是我使用OpenGL编写的C++程序,可以将一个规定大小的地形高程值二维数组转化为直观的三维地形表示-This is what I use OpenGL, prepared by C procedures, can be the size of a required two-dimensional array of terrain elevation values into an intuitive three-dimensional terrain that
  3. 所属分类:OpenGL program

    • 发布日期:2014-08-14
    • 文件大小:1057714
    • 提供者:Vicky
  1. vertex_array

    0下载:
  2. Open GL vertex array demo
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-29
    • 文件大小:110340
    • 提供者:trojanl
  1. jiyu3Dlitibabiaodeshexiangjibiaodingsuanfa

    1下载:
  2. 利用透镜成像理论建立摄像机数学模型, 提出了一种线性求解摄像机内外参数的方法。该方 法特点是采用主动发光的光点阵列标定靶,利用2D 标定靶的精确移动来实现基于3D 立体靶标的摄像 机标定的算法。-Lens imaging theory using mathematical models set up the camera, a camera inside and outside the parameters for solving linear approach. The met
  3. 所属分类:OpenGL program

    • 发布日期:2014-11-25
    • 文件大小:121942
    • 提供者:刘镖峰
  1. 9_9

    0下载:
  2. 编写返回数组中最大元素数值的模板函数: template <class T> int Max(T Arr[],int n) -Prepared to return the largest element of the array value template function: template <class T> int Max (T Arr [], int n)
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4042
    • 提供者:weiht
  1. NeHeOpenGL

    0下载:
  2. NEHE教程所有源码,对学习OpenGL的初学者有很大的帮助。-#include <windows.h> // Header File For Windows #include <gl\gl.h> // Header File For The OpenGL32 Library #include <gl\glu.h> // Header File For The GLu32 Library #include <gl\glaux.h&g
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-29
    • 文件大小:11926003
    • 提供者:任龙
  1. OpenGl_shubiao_guangzhao

    1下载:
  2. 这是我的计算机图形学实验,程序使用了NeHe的框架,通过读取一个PLY文件中的数据生成了一个兔子,有完整的鼠标和键盘交互,包括旋转、平移、光照等,不足之处是立体感不足,光照范围有限,开头的数组定义方法也很死板。-This is my test computer graphics, the program uses the NeHe' s framework, by reading data from a PLY file, generated a rabbit, a complete mo
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4200712
    • 提供者:
  1. sanweijichubiancheng

    0下载:
  2. 简易的三维基础编程,创建一个可以用鼠标选择的立方体,立方体用数组的形式表现出来。-The basis of a simple three-dimensional programming, you can create a cube with the mouse to select the cube by an array of forms.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:1071
    • 提供者:罗真
  1. continuous-space

    0下载:
  2. 动态分配三维连续空间的数组,其中包括分配不连续的三维数组-Dynamically allocated array of three-dimensional continuous space, including the distribution of continuous three-dimensional array
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:877267
    • 提供者:hs
  1. ddwl

    0下载:
  2. 旋转的立方体 用顶点数组存储纹理 Opengl实现-Rotating cube with a vertex array to store the texture Opengl achieve
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:39099
    • 提供者:hujun
  1. vboAdvanced

    0下载:
  2. VBO是一种用于保存顶点数据到GPU高速缓存的机制。本程序对比了开启数组缓存和关闭数组缓存时的帧速率,证明了VBO技术可以改进实时渲染效率 -VBO is used to save data to the GPU vertex cache mechanism. The program compared the open and close the array array buffer cache when the frame rate, proves VBO technology can imp
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:471871
    • 提供者:水北
  1. WorldDemoNew

    0下载:
  2. OpenGL是个与硬件无关的软件接口,可以在不同的平台如Windows 95、Windows NT、Unix、Linux、MacOS、OS/2之间进行移植。因此,支持OpenGL的软件具有很好的移植性,可以获得非常广泛的应用。由于OpenGL是图形的底层图形库,没有提供几何实体图元,不能直接用以描述场景。但是,通过一些转换程序,可以很方便地将AutoCAD、3DS/3DSMAX等3D图形设计软件制作的DXF和3DS模型文件转换成OpenGL的顶点数组。-OpenGL is a hardware
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:293917
    • 提供者:dangmengfei
  1. GPUarray

    0下载:
  2. 采用传入GPU的方式,进行数组求和,适用简单入门的科学计算模型-feed Array into GPU and compute the sum result
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:646604
    • 提供者:apapaxionga
  1. OpenGL-Acceleration-and-Pickup

    0下载:
  2. 实现了两种加速:顶点数组和显示列表,和拾取功能-Two acceleration: vertex array and display the list, and the pickup function
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-15
    • 文件大小:5997460
    • 提供者:LiuZhixiang
  1. 11

    0下载:
  2. 绘制一个小的正方形,用键盘的上下左右键控制其进行相应的运动。-/* * This Code Was Created By Jeff Molofee 2000 * A HUGE Thanks To Fredric Echols For Cleaning Up * And Optimizing The Base Code, Making It More Flexible! * If You ve Found This Code Useful, Please Let Me Kn
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:5267
    • 提供者:hexuqing
  1. upload_inCfree_show361points

    0下载:
  2. 初步实现了将激光雷达一次扫描的361个点在二维平面上的相对位置的显示。从txt文件到二维数组然后筛选过滤,最后归一化显示。缺陷在于很粗糙,而且没有用类来写,指针也比较繁琐。请轻拍。-The initial realization of a scanning laser radar 361 points in the relative position of two-dimensional plane of the display. To a two-dimensional array from
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:172833
    • 提供者:CHEN Ping
  1. 9_9

    0下载:
  2. 编写返回数组中最大元素数值的模板函数:template < class T> int Max(T Arr[],int n)-Prepared to return the largest element of the array value template function: template < class T> int Max (T Arr [], int n)
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:4086
    • 提供者:owthea
« 12 »
搜珍网 www.dssz.com