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

搜索资源列表

  1. lesson10_1

    0下载:
  2. OPENGL源码演示功能,演示了怎么用OPENGL做3D动画,并有代码注释部分~-OpenGL demo source function, demonstrated how to do with OpenGL 3D animation, and code Notes ~
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:151097
    • 提供者:zzz
  1. WireTorus

    0下载:
  2. 这个是3D的园环和球体的代码,球体围绕园环的一点旋转,园环又围绕Y轴旋转-This is the 3D Ball Park Central and the code around the ball park in Central 1:00 rotation, Central Park is revolving around the Y axis
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1630
    • 提供者:terry
  1. Nature_Grass

    0下载:
  2. NVIDIA范例中草的绘制,经典的3D知识学习代码,VC++平台下OpenGL语言开发,对显卡要求比较高,看你的机子能不能跑得动。-NVIDIA examples of Chinese herbal mapping, 3D knowledge of classical learning code VC platform OpenGL language development, the graphics requirements is relatively high, you see the lo
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1560410
    • 提供者:scler
  1. opengl_bsp

    1下载:
  2. 用opengl实现的bsp管理3D场景的算法,用VC7.1可以直接编译通过。此代码详细、清楚地实现了bsp算法,并且可以载入、渲染QuakeIII的BSP文件,能将QuakeIII的场景高质量地渲染出来!-use opengl realized bsp 3D scene management algorithm VC7.1 can be used directly compile. This code in detail, clearly realized the bsp algorithm,
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1269572
    • 提供者:snowwin
  1. OpenGLLoadImage

    0下载:
  2. 说明OpenGL载入图像的完整详细代码。-OpenGL included in the image shows the detailed code integrity.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:37890
    • 提供者:luo
  1. andreas_hammar

    0下载:
  2. 一个OpenGL Demo源代码,能够帮助学习和使用OpenGL中各种特效,以及音频同步处理等。-an OpenGL Demo source code, to help study and use the OpenGL various effects, and audio synchronization processing.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:238888
    • 提供者:yn
  1. OpenGL_src

    0下载:
  2. opengl code,please study it-opengl code, please study it
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:224383
    • 提供者:fft
  1. openglforwindows

    0下载:
  2. opengl超级宝典(superbible)中的源代码,包括所有章节的演示例子,是学习opengl的好资料啊.-opengl book (superbible) of the source code, include all sections of the demonstration example is a good learning opengl information ah.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:11811092
    • 提供者:杨炎涛
  1. win_vs_billboard

    0下载:
  2. 自己写的一个Opengl程序,第一次写,代码很难看~见谅~:L其中用到:从2D到3D的转换,三维漫游,鼠标点击生成树木,3ds的加载和显示,billboard的显示技术-himself wrote a Opengl procedures, the first to write a code standpoint it does not look ~ ~ : L which used : from 2 D to 3-D conversion, 3D roaming, mouse click gen
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:504985
    • 提供者:liwen
  1. wrl_viewer

    1下载:
  2. 这段代码功能是显示VRML格式文件,采用Opengl显示列表,平滑分割3D三角形网格-This code function is shown VRML format used Opengl display list, Smoothing segmentation 3 D triangular mesh
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:210203
    • 提供者:Kobe
  1. Data.Structures.for.Game.Programmers

    0下载:
  2. Data.Structures.for.Game.Programmers一书的源代码。-Data.Structures.for.Game.Programmers The book's source code.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1033971
    • 提供者:zhanghua
  1. 1for3

    0下载:
  2. OPENGL开发的三维图形屏保软件,C语言代码-development of the OpenGL 3D Graphics Screen Saving Software, C language code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:211040
    • 提供者:yby
  1. 2-6

    0下载:
  2. Visual c++ Opengl应用程序开发书中光盘源代码第2到第6章的.新买的,大家共享一下-Visual c Opengl application development book CD No. 2 source code to the first six chapters. Bought new, share what
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6484552
    • 提供者:杨毅
  1. OpenGL_ActiveX

    1下载:
  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
    • 提供者:xian
  1. GraphImageInstance

    0下载:
  2. VC图形图像处理工程实例的源代码,包含了GUI、OPENGL等方面-VC graphic image processing engineering examples of source code, includes a GUI, OpenGL etc.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:23587406
    • 提供者:zsh
  1. OpenGLCustomFrame

    0下载:
  2. 在VC++中开发OpenGL应用程序的基本框架,利用此源码可以生成wizard中的的custom project,以后编写的代码都可以根据此选项生成。-in VC OpenGL application development of the basic framework use this source code can generate wizard of the custom project. After the preparation of the code can be generated
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:34069
    • 提供者:zhangwei
  1. knot

    0下载:
  2. 模仿星球 Saturn VB6 source code for simulation this beautiful planet. Rings are provided with transparency so they look very realistic. -imitate planet Saturn VB6 source code for simulation this beautiful planet. Rings are provided with transparenc
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:4666
    • 提供者:ticsa
  1. hhm_A04_OpenGL

    0下载:
  2. OPENGL摄像漫游,显示摄像漫游的方法的源代码-OpenGL camera roaming, roaming camera shows the source code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:17742
    • 提供者:侯会满
  1. hhm_A5_OpenGL

    0下载:
  2. OPENGL文字显示,文字显示的方法的代码-OpenGL words, the text revealed the code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:33198
    • 提供者:侯会满
  1. readfilw

    0下载:
  2. vc++编写的可读入.obj文件的源代码,指定文件名,可以将.obj文件中的数据存入数组-vc prepared readable entry. Obj the source code, the designated file name can be. obj document, the data are stored in the array
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2130391
    • 提供者:刘欢
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com