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

搜索资源列表

  1. 九.OpenGL软件包实现光照明模型

    0下载:
  2. 本程序是完成图形学中关于光照模型的示例,通过本人编译通过,可以运行!-the procedure is completed graphics on the sample illumination model, I compile, run!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:22076
    • 提供者:骆辉
  1. 21codes_vc926534543525

    0下载:
  2. 一个OPENGL的填充算法,可以运行正确,用MFC做。多变形扫描线算法-an OpenGL fill algorithm can run right to do with MFC. More deformation scanning algorithm
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:31861
    • 提供者:杨琴
  1. guo

    0下载:
  2. 一个使用OpenGl做的3D图形,打开后在debug里直接就可以运行。-use a OpenGl do 3D graphics, open and direct in debug Lane on the run.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8075
    • 提供者:殷国龙
  1. Lib3DS

    0下载:
  2. 3DS文件读取类,经过修改,并测试可以运行的使用库-3DS file read category, as amended, and test run for the use of
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:147981
    • 提供者:蒋荣安
  1. 3Dterrain_demo_pc

    0下载:
  2. 3D地形绘制渲染,实现环绕效果。OpenGL+VC环境,release文件夹有可运行的执行文件,用户可以查看效果。-3D terrain mapping exaggerated, to achieve Surround. OpenGL VC environment, release folder is operational implementation document, users can view results.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:101975
    • 提供者:陈铤杰
  1. vertex_program

    0下载:
  2. NVIDIA推出的C for Graphics(cg)。Cg是一种高级编程语言,可使开发者更轻松、快捷地创建具有电影效果的实时图像。这里是基于vc环境的顶点示范程序。安装cg runtime 后可以运行和编译了,希望对在学cg的朋友有用。-NVIDIA introduced the C for Graphics (cg). Cg is a high-level programming language, developers can more easily and quickly create
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:38148
    • 提供者:张正
  1. OOWin32

    0下载:
  2. NeHe SDK是把Nehe的教程中所介绍的所有功能,以面向对象的形式,提供给编程人员快速开发的一套编程接口。在下面的教程中,我将按NeHe SDK源码的功能分类,一步一步把这套api介绍给大家。如果你觉得有更好的学习方法,或者有其他有益的建议,请联系我。zhouwei02@mails.tsinghua.edu.cn,zhouwei506@mails.gucas.ac.cn 我在第四课的基础上,把公共的功能提取出来,并删除了特定的绘制函数,就完成了这个空白的程序框架,它可以使用基本的O
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:19873
    • 提供者:zw
  1. OpenGLdraw

    0下载:
  2. 用opengl编写的可以简单的想绘图板一样的功能,简单的绘图程序,已经测试过了,可以运行!-use opengl prepared by the simple drawing board to the same function, a simple drawing program, has been tested and can run!
  3. 所属分类:OpenGL

    • 发布日期:2014-01-15
    • 文件大小:548649
    • 提供者:litang
  1. Capture

    0下载:
  2. 使用摄像机,进行视频采集的源代码,可以运行。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:215689
    • 提供者:何勇军
  1. OpenSceneGraph-2.4.0

    0下载:
  2. OSG仿真开发包2.4最新版源代码,OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和OpenGL编写而成,可以运行在Windows系列、OSX、GNU/Linux、IRIX、Solaris、HP-Ux、AIX以及FreeBSD操作系统。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5541009
    • 提供者:
  1. opengl

    0下载:
  2. opengl红宝书上的程序哦,错误都已经过修改,可以直接运行的,初学者可以
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6060
    • 提供者:张毅
  1. Opengl_LeftVentricular3

    0下载:
  2. OpengGL编写的映射程序,已知图像的空间信息,就可以运行此程序,把图像绘制出来,并且在不同的单元赋予不同的颜色 -OpengGL prepared by the mapping procedure, known image of spatial information, you can run this program, the image is drawn out, and the different modules given different colors
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8794
    • 提供者:杨柳
  1. 径向基函数插值可视化

    0下载:
  2. 用OPENGL的简化版本glut 3.7 开发的径向基函数插值可视化三维图面旋转。用到了鼠标球追踪技术,径向基函数插值 压缩包下,data.txt为三维图形高度的值,ThreaD.cpp是源程序。Debug里面有在配置glut32.dll后可以运行的程序。其中glut-3.7.6.bin是glut包。如何配置请看里面的说明。如果,你对opengl有兴趣,那么这个是学习opngl的基础
  3. 所属分类:OpenGL

    • 发布日期:2009-05-01
    • 文件大小:600330
    • 提供者:cdutherbert
  1. opengl独立窗口运行代码

    1下载:
  2. 利用该程序约定的界面规则 读者可以在此基础上稍微修改绘图语句 轻松实现3d的绘图,特别对于初学opengl的人来说很方便
  3. 所属分类:OpenGL

    • 发布日期:2011-05-13
    • 文件大小:14535
    • 提供者:wwwgcb@126.com
  1. 3DFACE

    0下载:
  2. 可以直接运行的一个三维人脸,并且已经进行了纹理贴图!-Can run a three-dimensional face, and texture mapping has been done!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2496331
    • 提供者:田源
  1. VCcollision

    0下载:
  2. 模拟多个小球碰撞的VC程序,带有简单说明。由于是网上找到的,没有验证是否可以运行(主要原因是 我们不用这个语言,不知道如何运行,但是编程思路可借鉴)-Simulation of multiple small ball collision VC procedure, with a brief explanation. Because it is found online, there is no verification whether or not to run (mainly because
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:2155
    • 提供者:李兴财
  1. openglTransform

    0下载:
  2. delphi写的opengl模拟太阳系运行的小程序,可以用键盘控制转动!-opengl Analog delphi written a small program to run the solar system can be used to rotate the keyboard control!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:575300
    • 提供者:erikchang
  1. OpenGL

    0下载:
  2. 本学期关于OPNEGL的上机练习的实验指导书,有许多能运用的小函数在其中!可以直接编译运行的!-This semester on the last machine OPNEGL experimental practice guide book, there are many small function to use in which the! Compiler can be run directly!
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-28
    • 文件大小:457886
    • 提供者:陈媛
  1. basedon3dszhenanimation

    0下载:
  2. 一个用opengl 实现3ds模型帧动画源程序,很经典的一个例子,可以运行-This file includes all of the model structures that are needed to load in a .3DS file. If you intend to to this. These structures only support the information that is needed to load the objects in the sce
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2924988
    • 提供者:王风
  1. 一个OPENGL的填充算法

    0下载:
  2. 一个OPENGL的填充算法,可以运行正确,用MFC做。多变形扫描线算法(A OPENGL filling algorithm, can run correctly, do with MFC. Multi deformation scanning line algorithm)
  3. 所属分类:OpenGL

    • 发布日期:2018-04-22
    • 文件大小:31744
    • 提供者:孤独的老张
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com