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

搜索资源列表

  1. lesson48

    0下载:
  2. OpenGL代码,NEHE的。 实现用鼠标旋转选中的球体的功能。-OpenGL code, the NEHE. Achieving selected with the mouse rotating spherical functions.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:38267
    • 提供者:毛慧明
  1. guangzhao

    0下载:
  2. vb调用opengl的过程,一个球体的光照例子,包括一个初始化opengl的模块-vb called opengl process, a ball of light for example, include a module initialization opengl
  3. 所属分类:OpenGL

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

    0下载:
  2. 本人在VC集成开发环境下学习Opengl时编写的一些程序,其中包括绘制齿轮,立体字,机器人,各种材质的球体等函数。本压缩包含有完整的VC工程文件及源程序,对学习Opengl具有很大的帮助。- Some procedures when the VC integrated development environment which myself study Opengl compiles, including draws up the gear, 绔嬩綋瀛? robot, each kind o
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:71860
    • 提供者:大虫
  1. samuel_sphere

    0下载:
  2. 用opengl画的球,按abcd可出现4个不同的图案,网状球体,不透明球体,等等。是本人计算机图形学第一个course work-opengl painting with the ball by abcd, there will be four different designs mesh spherical, opaque sphere, and so on. I was a computer graphics course work
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2116
    • 提供者:勿戒
  1. GZFApp

    1下载:
  2. 用OpenGL实现正方体,台体,柱体,球体,超椭球体,环的三维创建及几何贴图,以及几个粒子系统的表现(1,爆炸,2,星云,3,雪),全部实行了对象的封装.运行程序时按\"+\"或\"-\"观看.-use OpenGL cube, Taiwan, cylinder, sphere, ellipsoid-, Central and the creation of three-dimensional geometric mapping, several particle system and the
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:84299
    • 提供者:高仲富
  1. Lstipple

    0下载:
  2. 用OpenGL应用图形接口实现旋转的球体   同时涉及到纹理.光照方面的知识,希望初学者用心学习!-with OpenGL graphics application interface while rotating the ball to the texture involved. Illumination of knowledge, beginners intention of learning!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:24243
    • 提供者:李华
  1. ballWorld

    0下载:
  2. 球体和圆环的环绕动画演示程序.送给初学opengl的朋友-ball and the ring around the animation demo program. The gift of learning opengl friends
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:81647
    • 提供者:祁云
  1. sphere_textured

    0下载:
  2. opengl中球体上纹理帖图的实现,键控显示实现过程-opengl spherical texture mapping on the realization of the process of keying realize
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:88494
    • 提供者:张旭
  1. light11

    0下载:
  2. 明暗对比的灰色球体,OPENGL在VC中的实现-gray contrast to the lightheartedness, a ball OpenGL in the realization of VC
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6581
    • 提供者:猫猫
  1. ORTHOopengl

    0下载:
  2. 这是用openGL实现的一个球体的渲染,用到了非常好的技术,大家可以-This achieved using openGL rendering a ball, use a very good technology, we can s
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:37039
    • 提供者:闪烁的星云
  1. OpenGL-simple-example

    1下载:
  2. 使用opengl函数写一个简单的控制台程序,输出一些简单的三维图形,包括:球体、圆锥、立方体、茶壶等-Write a console application, using opengl function request output some simple 3 d graphics, including: sphere, cone, cube, teapot, etc
  3. 所属分类:OpenGL program

    • 发布日期:2015-06-03
    • 文件大小:1200128
    • 提供者:Simon
  1. OpenGL

    0下载:
  2. 本程序绘制了一个球体。此球体有三种显示方式,分别是顶点型,线条型和曲面形。其中用到了环境光,漫射光和镜面光。球体可以设置为自动旋转和鼠标拖动旋转-Pellets display
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-11
    • 文件大小:18594120
    • 提供者:窦同新
  1. openGL

    0下载:
  2. 实现一个由圆锥、圆柱、球体和三棱锥简单组合而成的组合体,并实现其旋转-a simple program
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:2281
    • 提供者:Bailin
  1. OpenGL-sunaearth

    0下载:
  2. 以太阳、地球作为例子,把太阳作为光源,模拟地球围绕太阳转动时光照的变化。于是,需要设置一个光源——太阳,设置两种材质——太阳的材质和地球的材质。 把太阳光线设置为白色,位置在画面正中。把太阳的材质设置为微微散发出红色的光芒,把地球的材质设置为微微散发出暗淡的蓝色光芒,并且反射蓝色的光芒,镜面指数设置成一个比较小的值。简单起见,不再考虑太阳和地球的大小关系,用同样大小的球体来代替之。 -In the sun, the Earth as an example, the sun as a li
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-28
    • 文件大小:10763330
    • 提供者:Alice
  1. OpenGL-simplist-code-for-sphere

    0下载:
  2. 用最简单方式创建的opengl动态球体,是初学者的好帮手-very simple opengl sphere c++ code
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2379942
    • 提供者:剡朋
  1. 20040604vcdiguifenge(OpenGL)

    0下载:
  2. opengl 程序,实现的是球体的分割演示,相当完整-opengl procedure is to achieve the division of spheres demonstration, rather complete
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:9347
    • 提供者:shun1862842
  1. openGL

    0下载:
  2. 运用openGL库。使用C++语言画了一个三维球体,界面简单-Language use openGL drawing a three-dimensional sphere
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-29
    • 文件大小:198359
    • 提供者:liyan
  1. OpenGL

    0下载:
  2. 利用OpenGL画的一个三维球体(有光照,可以调整球面数,可以调整球体半径,有旋转,有移动等基本操作,充分表现人机交互的效果。-use OpenGL 3D painting of a ball (a light, adjust the number of spherical, the radius can be adjusted Ball, a rotating movement, such as basic operation fully demonstrated the effectiven
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:64043
    • 提供者:zhch68
  1. OpenGL

    1下载:
  2. OpenGL学习源码,包括代贴图可旋转的空间旋转的三维球体,场景设计,曲面重复纹理填充,绘制三维球体及二维平面三角形。-OpenGL source learning, including the generation of maps rotatable three-dimensional space rotating sphere, scene design, surface texture fills repeated, drawing a three-dimensional sphere a
  3. 所属分类:OpenGL

    • 发布日期:2016-11-20
    • 文件大小:10435
    • 提供者:不懂
  1. Cube

    0下载:
  2. 用opengl绘制球体,设置 光照模型。可以自行改变镜面反射参数观察球面显示效果(Draw the ball with OpenGL and set the illumination model. The effect of mirror reflection parameters can be changed to observe the effect of spherical surface)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-09
    • 文件大小:6234112
    • 提供者:寒寒寒寒
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com