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

搜索资源列表

  1. 画圆环

    0下载:
  2. c编写的用opengl 做的圆环程序代码-c prepared using opengl done Circle code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2460
    • 提供者:丁丁
  1. mycloud

    0下载:
  2. 《OpenGL三维图形系统开发与实用技术(高级编程篇)》第5章源代码。使用opengl显示流动云彩效果的程序-"OpenGL 3-D graphics system development and practical skills (Advanced Programming Part 1)" Chapter 5 of the source code. The use opengl show the effect of clouds flow procedures
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:50076
    • 提供者:闫霖
  1. mysky

    0下载:
  2. 《OpenGL三维图形系统开发与实用技术(高级编程篇)》第五章源代码。在opengl中显示天空-"OpenGL 3-D graphics system development and practical skills (Advanced Programming Part 1)" Chapter V source code. Opengl shown in the sky
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:114052
    • 提供者:闫霖
  1. mysolarsys

    0下载:
  2. 《OpenGL三维图形系统开发与实用技术(高级编程篇)》第6章源代码。显示行星运转-"OpenGL 3-D graphics system development and practical skills (Advanced Programming Part 1)" Chapter 6 of the source code. Show orbited
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1681428
    • 提供者:闫霖
  1. OPENGL-CHZ

    0下载:
  2. VC/MFC源代码,在OpenGL下实现汉字的三维显示与旋转!-VC / MFC source code, under the OpenGL 3D display of Chinese characters and rotating!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:32803
    • 提供者:简兴祥
  1. view3ds

    2下载:
  2. 源码3d格式转化软件view3ds下载 1,用VIEW3DS打开*.3ds文件; 2,左键点击打开的VIEW3DS显示区上任意一点将会弹出选择菜单; 3,按下E键选择:Export OpenGL C Code,将会自动生成两个文件*.h和   *.gl; 4,将两个文件拷到你的工程(为OpenGL环境)目录下; 5,在你的工程中加入#include\"*.h\"; 6,给*.h文件中生成的显示列表赋id,Model = GL3DS_initialize_--()  
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:45463
    • 提供者:沈淳
  1. 操作平台1-源程序+md2版本2

    0下载:
  2. 《学OpenGL编3D游戏》书中代码的修改-"study series OpenGL 3D games," the revised code book
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:724856
    • 提供者:宝宝
  1. tut1

    0下载:
  2. 《OpenGL入门(一)》中的:配置glut代码-"OpenGL entry (1)" : configuration code glut
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:10739
    • 提供者:宝宝
  1. tetrix-src

    0下载:
  2. opengl小程序,最近正在研究,正四处搜寻经典代码来参考。各位仁兄互相交流啊 -opengl small programs, the latest being, the search is four classic reference to the code. You ah a wild exchange
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:590871
    • 提供者:周旭峰
  1. starfighter

    0下载:
  2. OPENGL 3D游戏源码,有兴趣的可以下载好好研究研究,上传就是要我说太多的废话,看源代码是最佳方式。-OpenGL 3D gaming source, are interested can download a good studies, Uploading is to me that too many of rubbish to see the source code is the best form.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:88424
    • 提供者:刘坤
  1. 运动模糊效果演示

    0下载:
  2. 运动模糊(Motion Blur)效果演示(OGL) 利用硬件提供的功能实现这种效果 这是国外的代码 与大家共享-Motion Blur (Motion Blur) Effect Demonstration (OGL) for the use of hardware features to achieve this effect is abroad and share code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:145813
    • 提供者:leo
  1. per_pixel_lighting-参考

    0下载:
  2. per_pixel_lighting-参考 光照技术之一种 针对像素进行操作 这是国外代码 与大家共享-per_pixel_lighting-reference light technology against a pixel operate This is abroad and share code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:772454
    • 提供者:leo
  1. HumanMotionTrack_skeleton

    2下载:
  2. 用OPENGL使三围人体重显: 一个读取3DS文件的原代码!-use OpenGL to enable Body weight were significant : one to read the original documents 3DS code!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:502754
    • 提供者:00w
  1. opengl_mksw

    0下载:
  2. opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:74378
    • 提供者:周立
  1. threedmesh

    0下载:
  2. 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:105860
    • 提供者:周立
  1. cup

    0下载:
  2. 这段代码可以通过一段贝塞尔曲线画出一个杯子,并可以切换纹理。(建议在linux下运行)。 运行:make 编译,./Courbe coupe.glb ,在 coupe.glb 文件中有多项属性可供修改,用来控制纹理文件,纹理大小,控制点个数和控制点坐标。-This code can draw a Bezier curve of a cup, and can switch texture. (Recommendation run in linux). Operation : make comp
  3. 所属分类:OpenGL

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

    0下载:
  2. 代码OPENGL超级宝典全代码(1-19章)-OpenGL code book super-wide code (1-19)
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:17742558
    • 提供者:王正培
  1. bloom

    0下载:
  2. 高饱和度凝重色彩+Bloom效果(附代码), 很酷的一个效果,但是效率不算高。交流交流,哈哈。版主。这样写 OK 了吧。@_--imposing high color saturation effect Bloom (code), a cool effect, but the efficiency is not high. Exchange exchanges, ha ha. Moderator. So it was OK. @ _ -
  3. 所属分类:OpenGL

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

    0下载:
  2. 多边形的填充,算法可用于任何多边形的填充,只需知道它们的定点坐标就行。使用OpenGl写code-Polygon fill algorithm can be used for any polygon filling, they know only the sentinel coordinates on the line. Use OpenGl write code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:54282
    • 提供者:丁钱飞
  1. opengll01

    0下载:
  2. OpenGL的经典代码,完整的执行的程序. 对逐步学习OpenGL的新手很有帮助1-classic OpenGL code and complete the implementation of the procedures. Right gradually learning OpenGL helpful in a novice
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:29002
    • 提供者:李强
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com