CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - opengl vc

搜索资源列表

  1. g3DGMV-0

    0下载:
  2. 超强的三为OpenGL渲染渊代码,这点收操能够 VC 6.0 平台(文件就是压缩文件,你他吗的肥硕没有,你门高个屁啊,网页他么的都做不好,关门把)-super three Yuan for OpenGL rendering code, This can be plagued parade VC 6.0 platform (document is compressed files, you him? the stout not, you Gate high Ganpi ah, Mody'
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:69218
    • 提供者:按时地方
  1. animal_with_OpenGL

    0下载:
  2. 用OPENGL实现的一个简单动画软件.用VC++实现.-use the OpenGL a simple animation software. With VC.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:43395
    • 提供者:youjie
  1. raytracer5

    1下载:
  2. 此实验用opengl和vc++进行编程,主要是实现光线追踪。-this experiment opengl and vc for programming, is the main ray tracing.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:17339
    • 提供者:李柳
  1. raytracer3

    3下载:
  2. 此实验是用opengl和vc++进行编程的。它主要是实现光线追踪,但是运用了不同的场景和方法-this experiment is opengl and vc for programming. It is primarily to achieve ray tracing, but the use of different scenarios and methods
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:12487
    • 提供者:李柳
  1. shade

    0下载:
  2. 用VC+opengl实现的分形图形,能够形成阴影效果-VC + opengl achieve the fractal graphics, to create shadow effects
  3. 所属分类:OpenGL

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

    0下载:
  2. opengl下的顶点变换,在vc下调试通过 -opengl the vertex transform, under the debugging through vc
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:97821
    • 提供者:张世学
  1. buliaomoni

    0下载:
  2. 布料模拟演示(OGL)在vc++中用opengl开发,在一个起伏的地形上有五星红旗-cloth simulation Demo (OGL) in vc using opengl development, In an undulating terrain on the Five-Starred Red Flag
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:500401
    • 提供者:王易
  1. nehe-jiaocheng

    0下载:
  2. vc+opengl初学者必看得的教程nehe教程,相当权威-vc opengl beginners will see the Guide nehe Guide, a considerable authority
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:364391
    • 提供者:MING
  1. openglprograms

    0下载:
  2. VC++与opengl的几个实时动画程序,适合初学着掌握opengl的编程-VC and opengl several real-time animation process, suitable for a novice to master the programming opengl
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1057311
    • 提供者:杨海
  1. 3DmaxSLoader

    1下载:
  2. 此课题设计主要是在VC++平台上,结合OpenGL,通过设置OpenGL,使之适合Windows平台。利用OpenGL生成、渲染虚拟的三维地形,读取*.3DS模型文件的数据,实现地形漫游的可视化。-this subject, mainly in the design of VC platform, integrating OpenGL, OpenGL installed, make it suitable for Windows platform. OpenGL generation, the
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:325312
    • 提供者:胥会鹏
  1. CSreenOne

    1下载:
  2. 利用VC++ ,采用C++编程,实现三维ACTIVEX CONTROL,里面是用Opengl实现显示 给要用OpengL编程ActiveX控件的仁兄非常大的帮助-VC + +, C Programming, 3D ACTIVEX CONTROL, There is achieved with Opengl OpengL displayed to use the ActiveX programming very dear friends help
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1466340
    • 提供者:li
  1. 3DTreeMode

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

    • 发布日期:2008-10-13
    • 文件大小:25878
    • 提供者:啊征
  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. osgMFC

    0下载:
  2. OSG是一个图形软件开发包,它封装了OpenGL;该程序实现了将VC的MFC和OSG的osgProducer::Viewer相结合,实现了界面用MFC来实现;-OSG is a graphical software development kits, it Packaging OpenGL; The program will be the VC of the MFC and OSG osgProducer : : Viewer combined to achieve the interface
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:27069
    • 提供者:Susan
  1. OpenGL_star

    0下载:
  2. vc.net2005 ,OpenGL编程,旋转椭圆+自环绕卫星程序。-vc.net2005, OpenGL programming, elliptical rotation around the satellite since procedures.
  3. 所属分类:OpenGL

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

    0下载:
  2. 利用vc++和 opengl函数库制作的3维虚拟人脸,可以更换皮肤-use vc and borders functions produced by the three-dimensional virtual face, the skin can be replaced
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:73596
    • 提供者:刘欢
  1. 3DSBOX

    0下载:
  2. 在vc环境下,使用opengl对导入的3ds模型进行移动,旋转等交互控制-in vc environment, the use opengl right into the 3ds model mobile, and rotating interactive control
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:831204
    • 提供者:julia
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com