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

搜索资源列表

  1. fire

    0下载:
  2. MyFire1是利用纹理映射的技术来模拟火焰的方法;MyFire2是利用粒子系统来模拟火焰。-MyFire1 texture mapping technology to simulate the flame MyFire2 is to use particle system to simulate the flame.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:166353
    • 提供者:毛亚婷
  1. soap_box

    0下载:
  2. 使用opengl的纹理映射功能,贴入两张图片,生成一个肥皂盒,内外表面分别贴一张图片-Opengl texture mapping function, paste it into the two images to generate a soap box, the inner and outer surfaces, respectively, to paste a picture
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:3297
    • 提供者:封建邦
  1. li5-10

    0下载:
  2. 图像作为一种特殊的图形,有着很强的描述自然的能力。在动画制作过程中,要充分的利用图像这种载体。 在前面章节中,已经给出了播放图像制作动画的例子,其实还可以缩放图像、旋转图像、分割图像、增强减弱图像颜色亮度等等制作动画,这些内容也属于图像处理的内容。 下面主要介绍基于OpenGL的(图像)纹理映射动画制作技术。 在学习OpenGL纹理映射动画制作的同时,还学习在VC++环境下使用Win32应用程序进行OpenGL程序设计 -Image as a special graphics,
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:1422369
    • 提供者:zhaojun
  1. openGLtanghulu

    0下载:
  2. 纹理映射 纹理贴图 压栅 旋转 平移 光照 圆环 圆柱体-Texture mapping texture mapping pressure gate rotational and translational light ring cylinder
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:487147
    • 提供者:崔丹
  1. MultiTexture

    0下载:
  2. 这个代买是使用MFC对OPENGL进行编程,所要达到的目的是使得物理进行多纹理映射,并且按空格键可以关闭。-This generation buy using MFC OPENGL programming, to achieve the purpose of making the physical multi-texture mapping, and press the space bar can be turned off.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2718090
    • 提供者:qin shengwei
  1. vol3d

    0下载:
  2. VOL3D使用正交平面的2-D纹理体积渲染的3-D在OpenGL中的数据映射技术。使用“纹理”选项进行微调的纹理映射技术。此功能最适合用于快速的OpenGL硬件。-VOL3D uses the orthogonal plane 2-D texture mapping technique for volume rending 3-D data in OpenGL. Use the texture option to fine tune the texture mapping technique
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-28
    • 文件大小:3478
    • 提供者:张浩思
  1. opengl_qt_texture_mapping

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

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

    0下载:
  2. 该源码转换一张照片。使得拍摄的照片转正,用到Opgl的纹理映射模块。-The source code to convert a photo. Positive, makes photographs used Opgl texture mapping module.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-16
    • 文件大小:19107900
    • 提供者:gao xue zhao
  1. TxtureTest

    0下载:
  2. 自己编写的纹理映射测试小程序,需要测试opengl里面纹理映射的效果的同学可以下载-Texture mapping test I have written a small program, you need to test the effect of texture mapping opengl inside students can download and see
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-05
    • 文件大小:57361
    • 提供者:sancy
  1. amazing-effect-by-texture-mapping

    0下载:
  2. 利用纹理映射做的,很神奇的效果。没有代码,就是exe文件。-Texture mapping, a magical effect. No code is exe file.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-19
    • 文件大小:3990
    • 提供者:claire
  1. TCChapter1h

    0下载:
  2. 三维纹理映射,opengl+ Visuaal C++6.0.很适合初学入门者学习。 -3D texture mapping, opengl+ Visuaal C++6.0. Learning very suitable for beginners beginners.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-08
    • 文件大小:49195
    • 提供者:jw
  1. DormOpenGL

    0下载:
  2. 绘制一个具有真实感的三维场景,其中包含了一些三维物体。具有光照,纹理效果,可实现交互式的场景漫游。实现了从建模、坐标变换到消隐算法、光照模型、面绘制算法、纹理映射的全部过程。-Draw a photorealistic 3D scene, which contains a number of three-dimensional objects. Light, texture effects, interactive scene roaming. Blanking algorithm from m
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-10
    • 文件大小:2251993
    • 提供者:赵文轩
  1. wenli

    0下载:
  2. direct 9.0 纹理映射中的纹理贴图-direct 9.0 texture mapping texture mapping
  3. 所属分类:DirextX

    • 发布日期:2017-12-06
    • 文件大小:4673
    • 提供者:陈宇楷
  1. DX-Project-6

    0下载:
  2. 《DirectX 8 教程》及配套代码 第六章:纹理 Introduction (序) What is a Texture? (纹理是什么) Texture Size (纹理的尺寸) Texture Coordinates (纹理坐标) Texture Mapping (纹理映射) Using Textures With DirectX (在DirectX中使用纹理) Step 1: Modify FVF and Custom Vertex (第一步,修改FVF和
  3. 所属分类:DirextX

    • 发布日期:2017-11-07
    • 文件大小:12016
    • 提供者:liuyan
  1. openGL_3D

    1下载:
  2. opengl实现的三维山体模型,纹理映射包括源代码和demo-Opengl realize 3 d mountain model, texture mapping include source code and demo
  3. 所属分类:OpenGL program

    • 发布日期:2015-06-30
    • 文件大小:163840
    • 提供者:sky
  1. image3

    0下载:
  2. 三维点云表面绘制、纹理映射matlab算法,容易理解很实用-3D point cloud surface rendering, texture mapping the matlab algorithm is very practical, easy to understand
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-23
    • 文件大小:237695
    • 提供者:king
  1. MULTI-TEXTURE

    0下载:
  2. 给三维空间和任意曲面进行纹理映射的代码,可以参考!-A PROGRAM REALIZE TUTUE IN 3 SPHERE.
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-20
    • 文件大小:438840
    • 提供者:刘星
  1. myOpenGL

    0下载:
  2. 基于 GDI 实现的3D渲染管线,包括纹理映射-GDI achieve the 3D rendering pipeline, including texture mapping
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-04
    • 文件大小:4188160
    • 提供者:joe
  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. wenliyingshe.rar

    0下载:
  2. opengl语句的纹理映射,链接图片,键入纹理,opengl statement texture mapping, links, pictures, type texture
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-11
    • 文件大小:1942289
    • 提供者:李尚杰
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 21 22 »
搜珍网 www.dssz.com