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

搜索资源列表

  1. reliefmapping

    0下载:
  2. 计算机图形学设计作业。一项能够实时地在任意多边形 模型上应用浮雕贴图映射的技术, 这个能够被到任意曲面多边形模型上,并产生正确的自闭塞、透明贯穿阴影及逐像素光照特效。-A can be applied in real time on any relief texture mapping polygon model technology, this can be on any surface polygonal models, and generates the correct self-occl
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8584314
    • 提供者:strike
  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. vtk

    0下载:
  2. 利用vtk实现纹理贴图,并且支持三维交互操纵-Use vtk achieve texture mapping, and support for 3D interactive manipulation
  3. 所属分类:VTK

    • 发布日期:2017-05-09
    • 文件大小:1819688
    • 提供者:王彬
  1. Checker

    0下载:
  2. 能够模拟物体表面颜色细节或几何细节的计算机图形学技术称为纹理映射技术(texture    mapping  technology)。利用纹理映射技术,可以在不增加场景绘制复杂度,不显著增加计算量的前提下,大幅度提高图形的真实感。-Checkerboard texture mapping
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:83763
    • 提供者:左岸
  1. Test

    0下载:
  2. 用OpenGl实现的纹理贴图,运动仿真以及虚拟场景重建。-Texture mapping, motion simulation and virtual scene reconstruction of OpenGl.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:8857163
    • 提供者:陈鹏
  1. Planet

    0下载:
  2. 利用VC++和OpenGL绘制八大行星纹理贴图,内附自制简单纯色贴图。-Draw the eight planets texture mapping using VC++ and OpenGL, containing a simple homemade color map.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-06
    • 文件大小:1269614
    • 提供者:刘晓能
  1. OpenGL-3D-Demo

    0下载:
  2. 利用VC++和OpenGL绘制三维立方体纹理贴图,有动态效果,包括上下左右移动、加速、减速,放大缩小,透视等。-The use of VC++ and OpenGL rendering three-dimensional cube texture mapping, dynamic effects, including the upper and lower left and right movement, acceleration, deceleration, zoom in, and so o
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1787179
    • 提供者:刘晓能
  1. u_texture

    0下载:
  2. @file Texture mapping utility functions.Compute sc = + -scale and tc = + -scale. Not + -1 to avoid cube face selection ambiguity near the edges, though that can still sometimes happen with this scale factor.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2497
    • 提供者:riezuejie
  1. Sample_11_5

    0下载:
  2. 一个3D方块,在android上显示纹理映射贴图的demo-A 3D box display demo map texture mapping on android
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1908350
    • 提供者:邓德
  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. SunEarthMoon

    0下载:
  2. 利用Opengl函数库,学习运用glpushmatrix、glpopmatrix绘制月、地、太阳相对运动示意图,实现基本图元的绘制、旋转等动画效果、并自学光源、纹理贴图、雾化。-Use Opengl library, learn to use glpushmatrix, glpopmatrix drawing months, the sun relative movement schematic drawing implement basic primitives, rotating anima
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-24
    • 文件大小:7570656
    • 提供者:杨丹青
  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. chuxue101

    0下载:
  2. 图像纹理映射到圆柱上绘制sin函数绘制多条曲线第三章-Image texture mapping to the cylindrical, draw the sine function, drawing more curves in the third chapter
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:879
    • 提供者:许颖
  1. Texture_Programming

    0下载:
  2. 计算机图形学对纹理贴图进行编程,先生成一个四面体,然后对给定图片贴图到四面体上-Texture mapping computer graphics programming
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2105374
    • 提供者:安容巧
  1. Graphics-and-Image-Processing

    0下载:
  2. 包括图像编辑(图像缩放,图像旋转,图像裁剪,纹理映射),图像分析(像素选择,强度描述,图像轮廓,绘制直方图),图像调整(直方图均衡化,阈值化,灰度变换),图像平滑(加噪,中通滤波,低通滤波,图像复原),图像锐化(采用Sobel算子,拉式算法,空域高通滤波,频域高通滤波,梯度法),图像高级处理(边缘检测,图像分割),小波分解(一次小波分解,两次小波分解,第一层小波重构)和图像彩色增强(假彩色增强)的GUI图形图像处理。-Including image editing (image scaling,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:236545
    • 提供者:高蒙迪
  1. 3Dxfile

    0下载:
  2. 一个D3DX9开发的3D场景。可用VC6编译,有控制机制。纹理贴图。-D3DX9 develop a 3D scene. Available VC6 compiler, there are control mechanisms. Texture mapping.
  3. 所属分类:Game Engine

    • 发布日期:2017-05-25
    • 文件大小:8467556
    • 提供者:荣中洋
  1. image

    0下载:
  2. 图像评价、纹理映射,能映射到球上面,三维曲面上,还能对图像的质量进行评价-Image uation and texture mapping
  3. 所属分类:Graph program

    • 发布日期:2017-05-07
    • 文件大小:1382212
    • 提供者:yi xin
« 1 2 ... 23 24 25 26 27 2829 30 31 32 »
搜珍网 www.dssz.com