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

搜索资源列表

  1. opengl1000000000000001

    0下载:
  2. OPENGL程序。运用如下 涉及的其他结构和类: 1.DEVMODE 2.WndClass 3 LOWORD(lParam),HIWORD(lParam) tip 1.使用ChangeDisplaySettings来尝试切换成与dmScreenSettings所匹配模式。我使用参数CDS_FULLSCREEN来切换显示模式, 因为这样做不仅移去了屏幕底部的状态条,而且它在来回切换时,没有移动或改变您在桌面上的窗口。 2 ShowCursor(
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6003
    • 提供者:祝津津
  1. ogre-win32-v1-2-4

    0下载:
  2. ogre-win32-v1-2-4.zip ogre的1.2.4版。ogre是非常好的open source。采用opengl和d3d技术开发,面向对象的概念很深入。可是好像在国内ogre流行的很少,于是上传-ogre-win32 - v1-2-4.zip ogre of the 1.2.4 version. Ogre is a very good open source. D3d using opengl and technology development, object-oriente
  3. 所属分类:OpenGL

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

    0下载:
  2. 飞行模拟源代码,动画比较流畅,特别是雾效处理的比较好,我做论文写的-flight simulation source code, more fluid animation, particularly fog effect of relatively good, so I wrote a dissertation
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:61179
    • 提供者:张振林
  1. GrassScene

    0下载:
  2. 用OpenGL的扩展做的模拟草地的程序,有蓝天背景,风吹草地的效果很逼真-with OpenGL so the expansion process simulation turf, the blue sky background, the effect of wind and turf is very realistic
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:680552
    • 提供者:张振林
  1. CxImage_GL

    2下载:
  2. 关于CxImage的文章,网上有许多,这里只介绍如何把CxImage与OpenGL结合起来,用于读入多种格式的纹理以及用来把屏幕保存为各种格式的图像文件。 支持的格式有:BMP,GIF,ICO,JP2,FPC,FPG,PCX,PNG,PNM,RAS,TGA,TIF等等。 支持读入透明纹理。 www.PhysDev.com -CxImage articles on the Internet there are many, here only on how CxImage co
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:534914
    • 提供者:华文广
  1. VCImage_Procesee

    0下载:
  2. 该包里包含许多OPENGL中的基础用法,比如光照、抖动、雾、材质等等。简单却很典型-The bundle includes many of the fundamental OpenGL usage, such as light, jitter, in the fog, material and so on. Very typical simple
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:250995
    • 提供者:清扬
  1. gltwo

    0下载:
  2. 这实际是第一个opengl代码,由于有重名所以改名字上传,学习请从这个代码看起。-reality, this is the first one opengl code, as a RENAMED So change the name uploads Please learn from the code look.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6903
    • 提供者:gongjie
  1. openGlSence(moon)

    4下载:
  2. OPENGL场景绘制作业,一个院子,一个屋子,几棵树,喷泉、水池等。附当时的作业报告。-OpenGL Scene Rendering operations, a yard, a house and a few trees, fountains and ponds, and so on. Report of the operations report.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:409592
    • 提供者:戚春燕
  1. 3D_object_with_keyboard_interactions

    0下载:
  2. 3d的茶壶,可以用键盘控制大小,视角等。-3d teapots, the keyboard can be used to control the size, angle and so on.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8836
    • 提供者:顾玮
  1. ogl_pickray

    0下载:
  2. 射线选择演示 通过使用glunproject(), 可以将平面的2D坐标,转换成空间的3D坐标. 所以我们使用glunproject()将鼠标的光标坐标转换成空间的坐标,这样就可以实现鼠标的选取 -ray choice demonstration through the use of glunproject (), can be a 2D plane coordinates, converted into space for the three D coordinates. So w
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:113019
    • 提供者:hmn
  1. cwInit

    0下载:
  2. 3DS模型在OPENGL动画中的应用 做的人不多,做的有很多不很合理 竟请指教-OpenGL 3D animation model in the application of so many people, Many do not even reasonable requests and suggestions
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2790
    • 提供者:cvwerv
  1. 3DLensFlareWithOcclusionTesting

    0下载:
  2. 3D Lens Flare With Occlusion Testing Learn how to do lens flares by extending a glCamera class. If you look at a lens flare you will notice that they all share one thing in common. They all seem to move through the center of the screen. With this
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:78246
    • 提供者:李明宗
  1. Gl_ShadowsVolumes.ZIP

    0下载:
  2. The purpose of this demo is to create shadows using a technique called stencil shadow volumes in a 3d scene. To do this we will not need the shadow matrix from previous demo. In fact in order to perform this all we need is to render the sil
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:153139
    • 提供者:金哥
  1. vp_color_mask

    0下载:
  2. This sample illustrates the use of the glColorMask() to inVega Prime to selectively render to only certain color bands of the frame buffer. This sample defines the class myApp, which is derived from vpApp, and overrides the vpApp::onKeyInput() method
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:346833
    • 提供者:ma ming
  1. test3

    0下载:
  2. In the last tutorial I taught you how to display Triangles and Quads on the screen. In this tutorial I will teach you how to add 2 different types of coloring to the triangle and quad. Flat coloring will make the quad one solid color. Smooth coloring
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:10842
    • 提供者:mwb
  1. test07

    0下载:
  2. In this tutorial I ll teach you how to use three different texture filters. I ll teach you how to move an object using keys on the keyboard, and I ll also teach you how to apply simple lighting to your OpenGL scene. Lots covered in this tutorial, so
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:68334
    • 提供者:mwb
  1. test9

    0下载:
  2. Welcome to Tutorial 9. By now you should have a very good understanding of OpenGL. You ve learned everything from setting up an OpenGL Window, to texture mapping a spinning object while using lighting and blending. This will be the first semi-advance
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:18541
    • 提供者:mwb
  1. 喷泉

    0下载:
  2. opengl做漂亮的喷泉-opengl so beautiful fountains
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:473452
    • 提供者:王涛
« 1 23 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com