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

搜索资源列表

  1. simple_shadow_map_render_depth_texture

    0下载:
  2. 简单的阴影映射深度纹理,基于vc++和opengl开发
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:317873
    • 提供者:任学亮
  1. 3D-rendering

    0下载:
  2. 用OpenGL绘制一个四面体,并打上光照,通过读取bmp文件,实现纹理映射。-OpenGL rendering with a tetrahedron, and marked light, by reading bmp files, to achieve texture mapping.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-24
    • 文件大小:3501850
    • 提供者:lcb
  1. environment

    1下载:
  2. 利用OpenGL库实现环境纹理映射到正方体表面 显示效果为旋转的正方体表面映射了外界环境-Environment using OpenGL library implementation cube surface texture mapping to display the surface of a rotating cube mapped external environment
  3. 所属分类:OpenGL program

    • 发布日期:2014-10-21
    • 文件大小:12105728
    • 提供者:嘉佳
  1. transparent

    0下载:
  2. 在vs2010下 基于OpenGL库实现纹理映射到正方形表面并处理为透明效果 显示效果为旋转的透明魔方-In vs2010 library implementation based on OpenGL texture mapping to a square surface and the effect of treatment effects appear transparent transparent cube rotation
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-30
    • 文件大小:11856695
    • 提供者:嘉佳
  1. watercube

    0下载:
  2. 在vs2010中 利用OpenGL库函数实现纹理映射 一个小的水立方模型-OpenGL library functions using texture mapping to achieve a small model in vs2010 in the Water Cube
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-29
    • 文件大小:12077157
    • 提供者:嘉佳
  1. glut

    1下载:
  2. 一个关于OpenGL的初学者代码,包含了漫游、简单碰撞检测,物体移动,旋转等功能,利用了纹理映射,显示列表等内容。-A beginner on OpenGL code, including roaming, simple collision detection, object moving, rotating, and other functions, including the use of texture mapping, display list and so on.
  3. 所属分类:OpenGL program

    • 发布日期:2015-06-17
    • 文件大小:13912064
    • 提供者:htylamb
  1. Texture-Mapping

    0下载:
  2. OpenGL的纹理映射与混合,比较简单,望采纳-Texture Mapping
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-22
    • 文件大小:6623071
    • 提供者:范可
  1. shiyan3

    0下载:
  2. OpenGL实现光照及纹理映射 实用源代码-OpenGL implementation of light and texture mapping practical source code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:3152
    • 提供者:吴中原
  1. guangz

    0下载:
  2. OpenGL实现光照及纹理映射,实用源代码-OpenGL implementation of light and texture mapping practical source code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:1753
    • 提供者:吴中原
  1. light

    0下载:
  2. opengl程序关于纹理映射和光照的效果,可直接运行!-opengl procedures for texture mapping and lighting effects, can be directly run!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-09
    • 文件大小:1659227
    • 提供者:王涛
  1. VagoMaze

    0下载:
  2. 基于opengl的三维迷宫场景漫游,采用了顶点和片元着色器,通过gpu加速渲染。取得了较好的效果,同时进行了相应的纹理映射 -this is a program for 3d maze used opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-01
    • 文件大小:13533629
    • 提供者:lkiliu
  1. tuxingxue

    0下载:
  2. 掌握纹理映射的基本原理,利用VC++ OpenGL实现纹理映射技术。-To master the basic principle of texture mapping, using vc++ OpenGL texture mapping technology.
  3. 所属分类:Graph program

    • 发布日期:2017-04-29
    • 文件大小:86843
    • 提供者:程明雪
  1. 02

    0下载:
  2. 纹理的最终映射利用glTexCoord2f()或gluQuadricTexture()函数。纹理图像的指定有两种方式:一种是利用显式的glTexImage2D();二是利用隐式方式,使用auxDIBImageLoad()、glGenTextures()、glBindTexture()与gluBuild2DMipmaps()函数。房子的位置与尺寸可以直接利用OpenGL入门程序。隐式方式纹理映射的代码可以参考“基于GLUT的OpenGL入门”。-The final texture mapping
  3. 所属分类:assembly language

    • 发布日期:2017-05-21
    • 文件大小:5800774
    • 提供者:m
  1. The-cube-texture-mapping-algorithm

    0下载:
  2. 运用OpenGL,生成一个正方体的纹理映射,映射的图形为棋盘形式,并且包含有动画功能-Use OpenGL, generate a cube texture mapping, mapping form a checkerboard pattern, and contains animated feature
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:5205424
    • 提供者:Taylor
  1. SphereTexturing

    0下载:
  2. opengl球面纹理映射算法实现,需要include相应的库-opengl sphere texturing
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-28
    • 文件大小:27316
    • 提供者:jinwei
  1. cubetexshader

    0下载:
  2. 计算机图形学编程源码,实现纹理映射功能,可配合OPENGL编程基础(第三版)一书使用-Computer graphics programming source code, implementation texture mapping function, in line with the basic OPENGL Programming (Third Edition) to use one book
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:2166
    • 提供者:guan317395
  1. jingmianfanshe

    0下载:
  2. OpenGL镜面反射和纹理映射相结合的应用,结合可移动的观察点- specular reflection
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3190
    • 提供者:闫玉婷
  1. Background-Panimation

    0下载:
  2. 基于MFC的OpenGL图形系统,背景和动画设计包括:模型文件读取、模型生成、颜色设置、纹理映射、几何变换等基本功能-MFC-based OpenGL graphics system, background and animation design includes: model file read, model generation, set the color, texture mapping, and other basic geometric transformation functio
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:711328
    • 提供者:蓝澜
  1. EXAM1008_qumianwenliyingshe

    0下载:
  2. 在c++下开发的基于opengl的曲面纹理映射程序,可以给曲面添加纹理,增加图像的真实感。-In c++ development based on opengl surface texture mapping program, you can add texture to the surface, to increase the realism of the image.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:5417
    • 提供者:乾锦
  1. lesson06.tar

    0下载:
  2. Qt + OpenGL 实现纹理映射(Realize texture mapping , by Qt + OpenGL)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-08
    • 文件大小:34816
    • 提供者:卡西麽多
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com