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

搜索资源列表

  1. MapMaker

    2下载:
  2. “虚拟地景生成系统”是基于Windows2000系统和Visual C++ 6.0平台,利用基本OpenGL函数编程技术开发的三维可视化成果。它通过简单的DEM(数字高程模型)数据,建立格网模型、再根据光照强度、高程值及有关数据建立数学模型,生成晕渲,再将它投影到平面上,达到模拟现实地貌起伏的效果。 本系统采用XP风格界面,清新自然。它具有透射/正射投影切换、漫游、缩放功能。支持分层晕渲、比高设定、平移、旋转、翻滚、视野调节、雾化、纹理贴图(显示/隐藏)等诸多功能,单幅、1MB大小的DEM数据生
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1049634
    • 提供者:Flex
  1. OPENGL_Demo

    0下载:
  2. 一个简单的OPENGL程序源码,对于OPENGL的初学者有很大的帮助,包含了坐标设定,转换矩阵,光照-a simple procedure source OpenGL, OpenGL and beginners are of great help to contain the coordinates of the creation, conversion matrix, light.
  3. 所属分类:OpenGL

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

    0下载:
  2. OPENGL基础模板 有光照,转置,投影等基本操作,对刚学习OPENGL有帮助-OpenGL based templates are light, turn home, the basic operation of the projector, just learning to help OpenGL
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:702738
    • 提供者:陈威
  1. CameraMap

    1下载:
  2. 利用OpenGL函数库,在C++Builder环境下实现三位地形的仿真显示,实现了对地图的放大,缩小,旋转,移动等操作,对不同的高程使用不同的颜色加以标记没,并增加了光照效果,使显示更逼真!-use OpenGL libraries, the C Builder environment under three terrain simulation showed that the realization of the right of the map to zoom, rotate, such a
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:509258
    • 提供者:陈仕林
  1. MainOpenGL

    0下载:
  2. 本程序中加入了几乎所有的OPENGl中的常用技巧及方法,具体有光照,材质,旋转,平移,纹理,球的实现方法-the process of accession to the OPENGl almost all of the commonly used techniques and methods specific light, material, rotation, translation, texture, the method ball
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:434535
    • 提供者:李伟
  1. gl2Rotatef

    0下载:
  2. 用OPENGL编写的如何使一个正方形旋转,并还有光照和材质的选择。-prepared using the OpenGL how a square rotation, and there are light and material choice.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:81018
    • 提供者:hxh
  1. GLTexture

    0下载:
  2. 用OPENGL写的关于纹理贴图的程序以及如何使用光照和材质。-write with OpenGL textures on the procedures and how to use light and materials.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:92122
    • 提供者:hxh
  1. OpenGL_sanwei

    0下载:
  2. 从颜色模式设置,光照和材质设置,投影方式 等方面示例openGL的使用 -from color mode settings, light and material settings, projection methods, etc. Examples of the use openGL
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:124394
    • 提供者:周先生
  1. ogl_lighting

    0下载:
  2. 使用vc编写的opengl程序,主要模拟了光照系统,一个光源不停旋转,照射三个不同的平面-use opengl vc prepared by the procedure, mainly to simulate the illumination system, a constantly rotating light source, irradiation three different plane
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:66662
    • 提供者:
  1. ogl_lighting

    0下载:
  2. 3个面在被旋转的灯照射到的时候会发亮的opengl小程序-three rotating face in the light irradiation to be illuminated when the opengl small program
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:72470
    • 提供者:陈建
  1. OpenGLVCExam

    0下载:
  2. 几个OpenGL实例,对填充,画各种图元,纹理光照等有详细的代码。-OpenGL several examples of filling, painting maps yuan, light texture, such as a detailed code.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2794
    • 提供者:wc
  1. 3Ddemo演示程序

    1下载:
  2. 自己写的空间三维点的opengl演示程序,包括delunary三角化、光照、纹理映射、arcball控制等。-write his point of the three-dimensional space opengl demo program, including delunary Triangle, light, texture mapping, arcball control.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:480217
    • 提供者:屈磊
  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. guangzhao36

    0下载:
  2. 这是个光照 的程序 ,不错的哦,借助opengl图形处理功能 -This is a light procedure, yes, um, use opengl graphic processing function
  3. 所属分类:OpenGL

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

    0下载:
  2. 用OPENGL绘制的一个关于光的小程序。看了就知道 -OpenGL rendering with a small light on the process. Read on to know
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:79489
    • 提供者:陈兴
  1. shadowing

    0下载:
  2. 需要包含OpenGL的库文件glut32.dll 运行之后显示一个水平反转转动的红色薄片。假想光源在垂直上方,下面有其黑色的影子不断变化-need to contain OpenGL libraries glut32.dll displayed after running a reverse rotational levels of red sheet. In vertical imaginary light source above, the following is a black sh
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5933
    • 提供者:郭佳
  1. ExampleOfOpenGL

    0下载:
  2. 该包里包含许多OPENGL中的基础用法,比如光照、抖动、雾、材质等等。简单却很典型。-the bag contains many of the fundamental OpenGL usage, such as light, jitter, in the fog, materials, etc.. Typical very simple.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:47315
    • 提供者:黄涛
  1. OpenGLsamples

    0下载:
  2. 在VC++下编写的OpenGL应用演示,通过立方体运动演示了多边形组合和光照渲染-in VC prepared with the OpenGL application demonstration, a demonstration sport cube polygon rendering light and composition
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:60555
    • 提供者:丁中明
  1. teapot2

    0下载:
  2. 茶壶,用opengl来显示茶壶,然后还有光照效果,很漂亮。-teapot used to demonstrate opengl teapot, and then there are light effects, and very pretty.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:66507
    • 提供者:萧飞
  1. sphere1

    1下载:
  2. 用Opengl编的地球,有光照,纹理,大小变换-with Opengl series of the Earth, light, texture, size Transform
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:256940
    • 提供者:丁微
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 27 »
搜珍网 www.dssz.com