CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VBO

搜索资源列表

  1. vertexArray

    0下载:
  2. VBO编程的基本功能实现,VC6环境,提高显示速度
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:271427
    • 提供者:leslie
  1. VBO源码例子

    0下载:
  2. 所属分类:源码下载

  1. OPENGL的VBO实例

    0下载:
  2. VBO实例,直接可运行
  3. 所属分类:源码下载

  1. 101119vbo

    0下载:
  2. 一个使用vbo、混合顶点数组、重启标志的例子. 红宝书第七版primrestart.c的变体-A example for how to use vertex buffer object, mixed vertex array and primitive restart index in opengl. a variant version of primrestart.c in Red Book.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1438640
    • 提供者:
  1. OpenGL-Programming-Guide-Fifth-Edition

    0下载:
  2. 官方opengl第五版编程指南,包括glsl vbo新增的功能,号称是红宝典.代码可以直接复制出来.-The fifth edition of the official opengl programming guide, including glsl vbo new features, so-called red book.
  3. 所属分类:OpenGL program

    • 发布日期:2017-10-30
    • 文件大小:54773059
    • 提供者:刘市贵
  1. vboot-src-20090721

    0下载:
  2. arm mini2440 的一个简单的bootloader,裸机实验必须研究一下的东西,把文件名后缀改成.tgz在linux下解压-bootloader
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:14380
    • 提供者:philmo
  1. landscape_1

    0下载:
  2. Basic terrain rendering from heightmap files, export to VBO s and basic LOD
  3. 所属分类:Game Engine

    • 发布日期:2017-03-26
    • 文件大小:583957
    • 提供者:Chris
  1. OpenGL-programming-guide-6th-edition

    0下载:
  2. 官方opengl第六版编程指南,包括glsl编程 vbo pbo等新增的功能,号称是红宝典.-The sixth edition of the official opengl programming guide, including glsl programming, such as new vbo pbo function, so-called red book.
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-03
    • 文件大小:15388383
    • 提供者:刘市贵
  1. src

    0下载:
  2. VBO - Vertex Buffer Object
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:122891
    • 提供者:dongnt
  1. src

    0下载:
  2. VBO, there are so many similar applications out there and this is just a simple one
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:47723
    • 提供者:dongnt
  1. vboSimple

    0下载:
  2. 顶点缓存数组(Vertex Buffer Object)的示例程序 VBO允许把顶点数据存储在GPU缓存中,并且只传输一次,前提是有足够的内存资源可以保存这些顶点数据。 -Vertex Buffer Object(VBO) sample program VBO allows the data stored in the GPU vertex cache, and transfer only once, provided there is sufficient memory resources t
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:294179
    • 提供者:水北
  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. VBO

    0下载:
  2. vbo运用的7个学习示例,帮助你学习OPENGL的运用-the example of vbo.it include 7 examples.it s useful.if you want to learn opengl it will help you
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-20
    • 文件大小:6123520
    • 提供者:孟瑶
  1. OBJ-OpenGL

    1下载:
  2. 解析obj文件和mtl文件中纹理贴图,然后用OpenGL绘图,非VBO程序!-Texture mapping, parse obj file and mtl file and then using the OpenGL graphics, non-VBO program!
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-12
    • 文件大小:20090025
    • 提供者:高阳
  1. Terrain

    0下载:
  2. 基于opengl的地形载入,动态天空球,还有摄像机漫游。地形载入使用了opengl的VBO扩展创建定点缓存。-Opengl terrain based on load, dynamic sky sphere, as well as the camera roaming. Opengl terrain loading of the VBO extension used to create fixed cache.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2613191
    • 提供者:许文俊
  1. vbo

    0下载:
  2. 关于VBO的简单应用,在VS2010环境下实现,通过这个程序可以快速的了解VBO的基本使用-With this program you can quickly understand the basic use of the VBO VBO simple application in VS2010 environment,
  3. 所属分类:3D Graphic

    • 发布日期:
    • 文件大小:133089
    • 提供者:yuhuan
  1. OPENGL

    0下载:
  2. 1.通过互联网查找Wavefront obj文件的格式定义; 2.编写C++程序解析Wavefront obj文件; 3.用3D建模工具构造两个以上的obj文件; 4.利用OpenGL绘制obj文件表示的3D模型; 5.使用VBO(Vertex Buffer Object)加速3D模型的绘制; 6.利用键盘控制3D模型的旋转、平移和缩放。-Draw out the three-dimensional animation in C++ environment through 3
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:2960
    • 提供者:lizhiqiang
  1. Learn-OpenGLES-Tutorials-master

    0下载:
  2. opengl es demo,灯光,vbo的使用-opengl es demo
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:353070
    • 提供者:苏芮
  1. BLDCBEMF

    0下载:
  2. We propose a position sensorless control scheme for a four-switch, three-phase brushless DC motor drive, based on the zero crossing point detection of phase back-EMF voltages using newly defined error functions (EFs). The commutation instants are
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:413347
    • 提供者:ali
  1. vbo

    0下载:
  2. \file vbo_context.h \brief VBO builder module datatypes and definitions. \author Keith Whitwell.
  3. 所属分类:Linux-Unix program

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