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

搜索资源列表

  1. 在OpenGL视图中绘制动画

    2下载:
  2. 利用mfc设定计时器和帧缓存技术,可以制作出流畅的动画。一般用opengl向正方体表面添加各种颜色,以达到双缓存动画的实现。-use mfc set the timer and frame buffer technology, can produce smooth animation. General use opengl cube surface to add color to achieve double-buffering to achieve animation.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:40556
    • 提供者:石头
  1. simple_framebuffer_object

    2下载:
  2. opengl2.0高级渲染语言提供了新的离屏(off screen)技术FBO(frame buffer object)。本代码简单演示FBO的启动,调用,以及将结果通过2维纹理映射方式显示在屏幕上-opengl2.0 advanced rendering provides a new language from the screen (off screen) Technical F BO (frame buffer object). This simple demonstration code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:402728
    • 提供者:王赞纲
  1. vp_color_mask

    0下载:
  2. This sample illustrates the use of the glColorMask() to inVega Prime to selectively render to only certain color bands of the frame buffer. This sample defines the class myApp, which is derived from vpApp, and overrides the vpApp::onKeyInput() method
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:346833
    • 提供者:ma ming
  1. GPUOpenGL

    0下载:
  2. GPU深度发掘(三)::OpenGL Frame Buffer Object 201-如何通过使用OpenGL高级着色语言(GLSL),实现在同一时间渲染输出到多个纹理上,当然,这里还需要用到绘图缓冲扩展(Draw Buffers extension)
  3. 所属分类:OpenGL program

    • 发布日期:2015-04-14
    • 文件大小:12158
    • 提供者:zhao
  1. OpenGLGameDevelopersGuideChinese

    0下载:
  2. OpenGL中文游戏开发指南一部:详细讲了OpenGL基础编程、复杂建模、特殊光照处理、帧缓存和动画的知识!-Guide to a Chinese game developer OpenGL: OpenGL basic details about the programming, complex modeling, special illumination, frame buffer memory and knowledge of animation!
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:287463
    • 提供者:Rick
  1. opengl_redbook_code

    0下载:
  2. 这是opengl编程指南的全部源代码,即学习opengl最具权威的红皮书,内容有反走样,绘制位图图像,帧缓存,纹理映射等技术。欢迎opengl,和图形爱好者使用-Opengl programming guide is all the source code, that is the most authoritative study of the opengl red book, which contained anti-aliasing, draw the bitmap image, frame
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:593648
    • 提供者:xiongyunqi
  1. 1

    0下载:
  2. SDL(Simple DirectMedia Layer)是什么呢?根据他的表面意思,翻译过来就是简单的指导媒体层SDL是一个跨平台的多媒体函数库,被用来设计成在低层访问音频,键盘,鼠标,游戏杆,基于OPENGL(一个3D图象开发函数库)的3D 硬件,和2D图象帧缓冲区。它被广泛的用于基于MPEG的媒体播放软件,模拟器,和许多著名的游戏。最著名的游戏是赢得LIUNX组游戏开发大奖的 文明:权利的召唤(Civilization: Call To Power)。-SDL (Simple Direc
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:8253348
    • 提供者:我的名字
  1. SDL-Introduction

    0下载:
  2. Simple DirectMedia Layer, 简称SDL,是一个自由的跨平台的多媒体开发包,主要通过OpenGL和2D视频帧缓冲(framebuffer)提供对音频、键盘、鼠标、游戏操纵杆 (joystick)和3D硬件的底层访问。它被广泛的应用于MPEG回放软件、模拟器和多个著名游戏中,如获得大奖的《文明:权倾天下》-Simple DirectMedia Layer, abbreviated SDL, is a free cross-platform multimedia develop
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:785688
    • 提供者:KaneAustin
  1. glTeapotFBO

    0下载:
  2. This OpenGL program creates an off-screen texture using Frame Buffer Object technique.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4922242
    • 提供者:snowball147
  1. OpenGL

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

    • 发布日期:2017-06-20
    • 文件大小:34950158
    • 提供者:zqq
  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. read_bmp

    0下载:
  2. 基于glut的图像读取程序,读入数据到帧缓冲区。-This is simple program to read .bmp image into glut frame buffer.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:2057
    • 提供者:Charles
  1. SDL入门教程

    0下载:
  2. SDL 是Simple DirectMedia Layer (简易直控媒体层)的缩写。它是一个跨平台的多媒 体库, 以用于直接控制底层的多媒体硬件的接口。这些多媒体功能包括了音频、键盘和鼠标 (事件)、游戏摇杆等。当然,最为重要的是提供了2D 图形帧缓冲( framebuffer )的接口, 以及为OpenGL 与各种操作系统之间提供了统一的标准接口以实现3D 图形。从这些属性我 们可以看出, SDL 基本上可以认为是为以电脑游戏为核心开发的多媒体库。(SDL is the abbrev
  3. 所属分类:OpenGL

    • 发布日期:2018-01-07
    • 文件大小:202752
    • 提供者:donggua209
搜珍网 www.dssz.com