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

搜索资源列表

  1. GXRS2010-135

    0下载:
  2. GLExpert is a component of NVPerfKit that helps OpenGL developers by identifying errors and performance issues. GLExpert is controlled using the GLExpert tab of the NVIDIA Developer Control panel. You can choose what level of debugging informati
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1898103
    • 提供者:raMZES
  1. opengl-molehill

    0下载:
  2. 很好的学习光照和显示列表的程序,同时还能学到多边形建模的知识-Good learning process light and display list, while the knowledge learned polygon modeling
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:234321
    • 提供者:cxh
  1. menu

    0下载:
  2. 基于opengl,Linux开发平台,菜单制作源代码。-this is a source code of making a menu list, based on the platform of linux and using opengl.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:746
    • 提供者:robo
  1. opengl-lz

    1下载:
  2. 本程序应用了渲染,回显列表,粒子系统,纹理贴图,定时回调,光照,消隐,伪装反射等技术,可用于图形学大作业。-The application of the rendering process, echoing the list, particle systems, texture mapping, timing correction, lighting, blanking, camouflage reflection techniques can be used Great job on t
  3. 所属分类:OpenGL program

    • 发布日期:2016-09-19
    • 文件大小:491520
    • 提供者:xsl
  1. Nehe-Sample-Game

    0下载:
  2. 一个简单的游戏,出自Nehe教程 ,OpenGL API 此教程涉及OpenGl中的许多方面: 点线面的绘画,视角平移,视口调整,材质纹理,显示列表的创建和删除等 本范本亦是OpenGL做为windows程序编程的一个范本,cpp文件的框架可以为许多Opengl变成所用,只需修改DrawSence()函数即可将其他opengl代码在windows程序下显示,可以说是很容易使用。 -A simple game, from Nehe tutorial, OpenGL API Op
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:265852
    • 提供者:my name
  1. cmy2

    0下载:
  2. 本次三维图形设计,我所设计的主题为——荷塘月色。描绘的是一幅在月光下荷塘中荷花开闭的场景,同时还配有雾气和背景音乐,使场景更加梦幻和充满诗情画意。 完成对场景及三维图形的设计,我采用了如下技术。首先,使用一些常见的基本图元去构成场景中的图形元素,指定各顶点的坐标,并用显示列表进行排列;其次,添加时间轴控制函数,对荷花的开闭、月亮的移动、雾气的时有时无进行控制;再次,使用键盘交互进行场景漫游;第四,添加了雾化效果,增加了场景的真实性和梦幻效果;第五,添加了背景音乐,使场景更加生动,有助于表现主
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-18
    • 文件大小:5058179
    • 提供者:杨洋
  1. Maillages.tar

    0下载:
  2. A List of meshs on .off file formats for learning OpenGL developement
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-09
    • 文件大小:1705697
    • 提供者:NapsteR
  1. 5

    0下载:
  2. vc 中用opengl编写的旋转的红伞、雨中行,有关列表的运用-vc using opengl prepared rotation of the red umbrella, the rain line, the use of the list
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:160557
    • 提供者:刘学
  1. opengl1

    0下载:
  2.  使用glBegin()/glEnd()方法绘制如下图元:  点 (点要有不同大小)  线段(线段要有不同宽度)  三角形(要分别以list, fans, stripes三种方式进行绘制)  矩形  可以使用鼠标来对绘制图元进行旋转;  可以使用键盘控制视点的位置;-GlBegin ()/glEnd () method to draw the following diagram: point (point to have a different size) segment
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-17
    • 文件大小:496795
    • 提供者:李明
  1. A4

    0下载:
  2. opengl关于显示列表的小练习。其中包含斯坦福兔子文件的导入。-opengl little practice on the display list. Which contains import Stanford rabbits file.
  3. 所属分类:OpenGL program

    • 发布日期:2015-06-01
    • 文件大小:5820416
    • 提供者:周晓冬
  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. cameraroam

    0下载:
  2. 绘制雪人,建立雪人的显示列表。通过上下键实现视角的变换。这是属于vc++opengl下的场景漫游。-Draw a snowman, build a snowman display list. Perspective transformation is achieved through the up and down keys. This belongs scene roaming vc++opengl.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-30
    • 文件大小:259683
    • 提供者:Sevier
  1. A7

    0下载:
  2. 掌握OpenGL中顶点数组和显示列表的使用,并验证课程中关于OpenGL显示加速技术的内容。-Master OpenGL vertex arrays and display a list of the use of and verify course on OpenGL acceleration technology.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-17
    • 文件大小:772765
    • 提供者:戴佳毅
  1. robot

    0下载:
  2. 读取机器人图形文件,显示机器人,为了加快显示使用文件列表技术。实现功能:机器人做简单的动作。-Read robots graphics files, display robots, in order to speed up the file list display technology. Function: robots do simple movements.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-18
    • 文件大小:2496640
    • 提供者:dzwang
  1. A7

    0下载:
  2. 通过在opengl中使用定点数组和显示列表,实现显示加速技术-By using fixed arrays and opengl display list, display acceleration techniques to achieve
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-12
    • 文件大小:12806151
    • 提供者:马晓东
  1. EX4

    0下载:
  2. OpenGL显示列表,OpenGL中显示列表的作用和使用方法-OpenGL display list, OpenGL display list in the role and use of
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-23
    • 文件大小:10913300
    • 提供者:g
  1. main

    0下载:
  2. 一个双向链表的在0pengl中可以被广泛运用,赋予的形的含义.-A doubly linked list in 0pengl can be widely used, the meaning given shape.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:559
    • 提供者:吴轩
  1. _DualLinkT

    0下载:
  2. 双线链表的头文件,opengl中操作比较常用。-Double linked list header files, opengl more commonly used in the operation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2213
    • 提供者:吴轩
  1. fgh

    0下载:
  2. 用c++调用opengl图形函数库,通过显示列表的嵌套实现复杂物体的层次建模。设计一个包含框架和两个轮子的自行车。-C++ call opengl graphics library, through the display list of nested hierarchical modeling of complex objects. Design a framework and two-wheeled bicycle.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:1234
    • 提供者:edtoa
  1. list

    0下载:
  2. openGL 列表操作,希望对大家有帮助-openGLlist
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:859
    • 提供者:tinMay
« 1 2 34 »
搜珍网 www.dssz.com