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

资源列表

« 1 2 ... .39 .40 .41 .42 .43 144.45 .46 .47 .48 .49 ... 1822 »
  1. 3DTreeMode

    1下载:
  2. 在VC++中结合OpenGL实现景观可视化建模,主要是实现树木建模-in VC landscape with OpenGL visualization modeling, is the main tree modeling
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:25.27kb
    • 提供者:啊征
  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
    • 文件大小:72.63kb
    • 提供者:xian
  1. FallingBall

    1下载:
  2. 用opengl模拟实现物体做自由落体运动的抛物线动画,对初学动画者很有帮助!-use opengl simulation objects do free-fall campaign parabola animation, Animation of a novice who helpful!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:183.68kb
    • 提供者:zhangli
  1. Julia_parallel

    1下载:
  2. 这个程序通过绘制Julia集的分形图案演示了如何将OpenMP和OpenGL结合起来实现并行计算。 Keywords: OpenMP, OpenGL, fractal(分形)-this process by drawing Julia Set Fractal pictorial demonstration of how OpenMP and Open GL combination of parallel computing. Keywords : OpenMP, OpenGL, fra
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6.83kb
    • 提供者:无是人
  1. OpenGL_Nehe

    1下载:
  2. NEHE的中文版教程(1-48)PDF格式 并不是我翻译的-the Chinese version of Guide (1-48) PDF format is not my translation
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1.83mb
    • 提供者:戴应届
  1. CarAirCraft3DSLoaderMove

    1下载:
  2. 新的3D图像导入程序,并且实现3D汽车的移动,和视角的旋转-new 3D graphics import procedures, and the realization of 3D mobile vehicles, and the rotation angle
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:915.52kb
    • 提供者:zsh
  1. 3dsftk3

    1下载:
  2. 3ds file format library.autodesk的官方读写3ds的库.文档俱全(各种函数均有详细的介绍),是读3ds的超级好库.(可以读取3ds中的mesh信息,动画信息,light信息等等,一应俱全啊)-3ds file format library.autodesk official literacy 3d 's libraries. Documentation is complete (all functions are described in detail) R
  3. 所属分类:OpenGL

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

    1下载:
  2. 早OPENGL中画长方体,并加上光线和法向量,工具是vc++,我刚学opengl,还有很多不懂的地方,希望和大家交流。我的QQ是349404146-early OpenGL draws cuboid, and add lighting and France vector tool vc. I just learning opengl, there are many who do not understand, and we hope that the exchanges. My QQ is 34
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:44.49kb
    • 提供者:蓝西
  1. brian

    1下载:
  2. 3D OPENGL CAR C++编程。小车。按一定的轨道运行。-CAR OpenGL 3D C programming. Trolley. A certain path.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:847.9kb
    • 提供者:gexingyue
  1. Textures

    1下载:
  2. vc++与opengl实现三维地形漫游,可用鼠标控制,也可用键盘控制,可以自定义控制键-vc with opengl 3D terrain roaming, can be used to control the mouse and keyboard can be used to control, You can define key control
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:600.34kb
    • 提供者:于广年
  1. shaveshow1.0

    1下载:
  2. 太空帆板的震动显示软件,三维图形软件为曲面形状动态可视化显示提供了保障。 利用OpenGL能实现高性能的三维图形功能,这使得科学计算可视化、仿真可视化技术发展迅速 本课题在OpenGL的高级编程和可视化系统开发以及VC十十开发平台上,可以实现振动的动态可视化 已有的研究基础和实验条件 -space windsurfing shock display software, 3D graphics software for surface shape Dynamic Visualiz
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:95.45kb
    • 提供者:陆美玉
  1. 02_DrawTriangle

    1下载:
  2. 你的第一个多边形: 在第一个教程的基础上,我们添加了一个三角形和一个四边形。也许你认为这很简单,但你已经迈出了一大步,要知道任何在OpenGL中绘制的模型都会被分解为这两种简单的图形。 读完了这一课,你会学到如何在空间放置模型,并且会知道深度缓存的概念。 -your first one polygon : a tutorial in the basis, we added a triangle and a square. Perhaps you think this is
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:224.92kb
    • 提供者:zw
« 1 2 ... .39 .40 .41 .42 .43 144.45 .46 .47 .48 .49 ... 1822 »
搜珍网 www.dssz.com