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

搜索资源列表

  1. opengl_qt_texture_mapping

    1下载:
  2. 纹理映射简单的讲,就是把一个纹理(其实说白了,纹理可以理解为一幅图像)映射到空间物体的表面上,因此纹理映射也叫贴图,这个表明不一定是矩形,比如说我可以是球面,或者是任意曲面。在上一篇文章OpenGL_Qt学习笔记之_04(3D图形的绘制和旋转)中,我们绘制的空间体的表面都是一些光滑的颜色,如果要在其表面采用那种方法绘制图像的话,则必须利用微分的思想,一个一个的绘制小图像,然后拼接起来,可想而知,这个过程是多么的复杂,opengl的纹理映射就可以很好的解决这一问题。 这个实验室在上一篇博文Op
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-11
    • 文件大小:390765
    • 提供者:wuwei
  1. framework_dx

    0下载:
  2. The ProceduralFire sample demonstrates the use of pixel shaders to procedurally generate natural phenomena such as fire. Rendering fire as an animation has the disadvantages of looking unrealistic due to the cycling animation and of requ
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-24
    • 文件大小:643871
    • 提供者:Roger
  1. Texture-checkerboard

    0下载:
  2. Texture checker Board project in opengl c-Texture checker Board project in opengl c++
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-17
    • 文件大小:1208
    • 提供者:usman
  1. sky.tar

    0下载:
  2. linux下简单模拟天空和漩涡,利用opengl纹理和sdl纹理映射,灯光等-under linux simple simulation sky and whirlpool, use of the opengl texture sdl texture mapping, lighting, etc.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-05
    • 文件大小:48665
    • 提供者:王非
  1. pyramid

    0下载:
  2. OpenGL纹理实例 金字塔加上纹理 是初学者学习的好资料-The OpenGL texture instance Pyramid plus the texture is good for beginners to learn
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-09
    • 文件大小:195177
    • 提供者:黄勉
  1. wenli

    0下载:
  2. 基于openGL实现在正方体上进行纹理贴图,并可用键盘方向键控制其旋转-Based on the openGL texture mapping on a cube, and available keyboard arrow keys to control its rotation
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-14
    • 文件大小:1744404
    • 提供者:zg
  1. textureLighting

    0下载:
  2. 图形学 opengl,纹理与光照的结合,实现了两者的合成-The combination of graphics of opengl, texture and light, to achieve a synthesis of the two
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-10
    • 文件大小:348850
    • 提供者:ys
  1. Texture-Field-Sky-Zooming

    0下载:
  2. Texture Field Sky Zooming project in opengl c-Texture Field Sky Zooming project in opengl c++
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-30
    • 文件大小:777289
    • 提供者:usman
  1. 3DS-Texture-Loader

    0下载:
  2. 使用opengl编写的,用于读取3ds文件并显示-Opengl prepared for reading 3ds files and display
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-21
    • 文件大小:4942036
    • 提供者:走哦啊
  1. water.tar

    0下载:
  2. linux下的opengl纹理映射,用来模拟水波-under linux opengl texture mapping, used to simulate water waves
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-26
    • 文件大小:2633
    • 提供者:王非
  1. texture

    0下载:
  2. 1. 纹理图像的载入; 2. OpenGL中基本纹理的使用; -1. Texture image loaded 2. The use of texture in OpenGL
  3. 所属分类:Console

    • 发布日期:2017-11-18
    • 文件大小:1675
    • 提供者:宗林
  1. opengl--cube-rotate

    0下载:
  2. opengl编写,将图片纹理映射到长方体的六个面上,可以用键盘控制转动。对学习opengl很有帮助。内附代码可直接运行。-opengl prepared, the image texture mapping to the six faces of the cuboid, you can use the keyboard to control rotation. Learning opengl helpful. The included code that can be run directly.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-10
    • 文件大小:9658655
    • 提供者:孤江月
  1. openglmini-game

    0下载:
  2. 用opengl实现小游戏,纹理清晰,是学习opengl语言的好代码。-Game with opengl texture clear learning opengl language code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-16
    • 文件大小:440247
    • 提供者:harry
  1. texture

    0下载:
  2. 该代码解释在OpenGL4.0中使用纹理,感觉很不错的例子。-This codes explain how to use texturing in OpenGL 4.0.It is a good example.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-21
    • 文件大小:22764
    • 提供者:黎明
  1. Roys

    0下载:
  2. vs下用opengl写的包含移动旋转缩放的纹理贴图小程序-vs written using opengl texture map that contains the mobile rotation scaling applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:1560774
    • 提供者:滕龙
  1. OpenGL

    0下载:
  2. 纹理映射的文章,做三维重建的人可以值得一看。纹理映射是计算机真实感绘图过程中一个重要的环节.-Articles of texture mapping, three-dimensional reconstruction can be worth a visit. Texture mapping is an important link in the process of computer realistic graphics.
  3. 所属分类:Document

    • 发布日期:2017-11-24
    • 文件大小:332010
    • 提供者:ajgzzc1
  1. openGL-3D-scene

    1下载:
  2. openGL实现的简单的3D场景构建,使用与初学者,加了简单的碰撞测试,包括简单的纹理贴图,天空盒,光线效果等。(VC6环境+openGL)-OpenGL realize a simple 3D scene construction, use and beginners, plus a simple crash test, including simple texture mapping, sky boxes, lighting effects. (The VC6 environmental+o
  3. 所属分类:其他小程序

    • 发布日期:2017-11-09
    • 文件大小:11456512
    • 提供者:周小寒
  1. table-texture

    0下载:
  2. OpenGL实现桌子的桌面桌脚不同纹理,桌上摆放的茶壶为另一种纹理。-A table and a teapot with texture in OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-11
    • 文件大小:706190
    • 提供者:david
  1. multi-texture

    0下载:
  2. 用opengl实现多纹理加载,并具有旋转显示功能-Use opengl achieve multi-texture loading, and has a rotate display function
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-10
    • 文件大小:326370
    • 提供者:dzwang
  1. openGL

    0下载:
  2. openGL,用来描述带有光照,纹理,旋转的源代码,有点长 耐心看-openGL, used to describe with light, texture, rotation of the source code, a bit long patience to see
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-04
    • 文件大小:7336
    • 提供者:libaojun
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 44 »
搜珍网 www.dssz.com