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

搜索资源列表

  1. HaiDi_3D

    0下载:
  2. 基于Opengl实现的,海底三维地形浏览.-Opengl based on the realization that the seabed topography 3D View.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:224397
    • 提供者:xqbing
  1. opengl_font

    0下载:
  2. opengl下对字体支持的源码,用户可以自行对字体进行光栅化,与3d物体兼容-opengl right under the source font support, users can print their own right for grating, compatible with the 3d objects
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2849
    • 提供者:孟庆洋
  1. opengl_Selection

    1下载:
  2. opengl下对三维物体进行选择反馈的源码,对提取三维物体的特征信息有很大帮助-opengl under the right choice of 3D objects feedback from the source, on the extraction of three-dimensional objects is very helpful information
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:15526
    • 提供者:孟庆洋
  1. VCSample

    0下载:
  2. 这是一个基于VC开发的OPENGL程序,实现了三维图形的可视化,多角度观看的功能-This is a development based on the OpenGL VC procedures to achieve a 3D graphics visualization, Multi-angle viewing function
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:24359
    • 提供者:yfm
  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. tut15

    0下载:
  2. 《OpenGL入门(十二)》:加载MD2文件,3D图形-"OpenGL entry (12)" : load MD2, 3D graphics
  3. 所属分类:OpenGL

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

    0下载:
  2. 一个很好的OpenGL游戏画面显示程序, 3D游戏开发者一定要看-a good game footage showed OpenGL procedures, 3D game developers must look at the
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1012713
    • 提供者:feng
  1. A14_3D场景编辑mouse

    1下载:
  2. 三维场景编辑 适合OPENGL的初学者 大家可以来试-3D OpenGL editor for the beginners we can try to
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:35054
    • 提供者:刘薇
  1. OpenGLlearning_OK

    0下载:
  2. 自已编的一个小的openGL的VC 程序源码,希望对那些对3D图形有兴趣的朋友有所帮助.-own a small part of the VC Program openGL source, and I hope to those who are interested in 3D graphics friends help.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:49075
    • 提供者:王晓东
  1. 3D_world

    0下载:
  2. 演示如何使用OpenGL建立一个游戏中的三维世界。使用上下左右方向键在其中前进、后退、左移、右移,使用鼠标左转、右转、上看、下看。(注意:需要解压到c:\\windows\\desktop,否则贴图不能正常显示,你可以很简单的修正此bug)-demonstrate how to use the OpenGL establishment of a 3D game world. Using the up and down about the direction in which the key fo
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:208602
    • 提供者:李建
  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. test_camera

    1下载:
  2. 三维世界漫游的小程序,给出了视点的三维世界的漫游。在Visual C++环境下使用OpenGL编写的。-3D world roaming small program is a three-dimensional view of the world roaming. In Visual C environment prepared by the use of OpenGL.
  3. 所属分类:OpenGL

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

    0下载:
  2. 多个立体球,实现真实感的三维小球,使用OpenGL编写,-achieve photorealistic 3D small ball, prepared to use OpenGL,
  3. 所属分类:OpenGL

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

    0下载:
  2. 使用OpenGL编程 实现的的三维几何零件图形绘制。-use the OpenGL programming 3D graphics rendering geometric parts.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:13690
    • 提供者:陈智
  1. jisuanjituxingxue

    0下载:
  2. 用VC实现计算机图形学的各种算法,另外还具有演示基本三维图形的效果(使用的是OpenGL)-with VC's computer graphics algorithms, but also have demonstrated basic 3D graphics effects (using the OpenGL)
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:49431
    • 提供者:wangyongjunmo
  1. mesh

    0下载:
  2. 三维图形生成和察看工具,使用VC++ 6.0和OpenGL开发-3D graphics generation and inspect tools, VC 6.0 and OpenGL development
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:218153
    • 提供者:MC
  1. SkyDome

    1下载:
  2. 在VC下用opengl开发的很好的圆形天空盒的程序,适合初学3D的人,练练手!-in VC using opengl develop a good round of the sky box procedures, suitable for beginners 3D, to practice hands!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:189275
    • 提供者:icefly
  1. xingxingyundongmoni

    1下载:
  2. 学习计算机图形学的时候做的一个作业用openGl做了一个模拟太阳系行星运动的三维模型-study computer graphics when doing an operation with openGl done a simulation of the solar system's planetary motion 3D model
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:570752
    • 提供者:唐政
  1. dymic

    0下载:
  2. 用OpenGL实现动态效果 随机身成动画,图形渲染,3D纹理帖图等等 主要运用于3D动画-use OpenGL dynamic random effects body into animation, graphics rendering, 3D texture mapping, etc. used primarily for 3D animation
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:44499
    • 提供者:肖伟
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com