CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - bump

搜索资源列表

  1. bump_mapping

    0下载:
  2. 一个用VC++写的bump mapping程序,是nehe精典教程中之一-a VC write bump mapping procedures, nehe one classic Guide
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:490.96kb
    • 提供者:葛学东
  1. ogl_dot3_bump_mapping

    1下载:
  2. bump mapping 凹凸纹理贴图源码, 使用dot3方法实现
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1.59mb
    • 提供者:陈婉
  1. vp_bump_map

    0下载:
  2. This sample illustrates how to do a DOT3 bump map in Vega Prime. This sample defines the class myApp , which is derived from vpApp, which allows the user to view a simple model of the earth.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:15.22kb
    • 提供者:ma ming
  1. EmbossBumpMapping

    1下载:
  2. Emboss bump mapping采用height map(高度图),它不计算逐像素扰动的法向量,而是直接计算光照亮度。 用OpenGL实现
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:319.14kb
    • 提供者:maolimin
  1. oglu_reflective_bump_mapping

    0下载:
  2. oglu_reflective_bump_mapping,是一个使用opengl 绘制bump的一个粒子,使用了cg语言做为shader的渲染语言,希望对大家所帮助-oglu_reflective_bump_mapping, is a use of a bump mapping opengl particles, the use of language as a cg rendering shader language, and they hope to help everyone
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4.29mb
    • 提供者:zlt
  1. Bump_Mapping

    2下载:
  2. 用OpenGL实现的凹凸映射的详细VC++代码,含镜面反射-Achieved with OpenGL detailed bump mapping VC++ Code, with specular reflection
  3. 所属分类:OpenGL program

    • 发布日期:2015-01-17
    • 文件大小:3.16mb
    • 提供者:fyj
  1. CgBumpmapping

    0下载:
  2. 用OpenGL和Cg实现凹凸贴图的源码,附程序中各函数功能说明文档-Using OpenGL and Cg Bump Mapping the source to achieve, with procedures in the Function documentation
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2.34mb
    • 提供者:fyj
  1. 24_165626_phongbump

    0下载:
  2. 该程序实现了图形学中经典的凹凸纹理映射算法。凹凸纹理映射是一种纹理混合方法,它可以创建三维物体复杂的纹理外观表面。普通的纹理映射只能模拟比较平滑的三维物体表面,难以显示表面高低起伏、凹凸不平的效果。凹凸纹理映射能够通过一张表示物体表面凹凸程度的高度图(称为凹凸纹理),对另一张表示物体表面环境映射的纹理图的纹理坐标进行相应的干扰,经过干扰的纹理坐标将应用于环境映射,从而产生凹凸不平的显示效果。-The program implementation of the graphics in the cl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:644.67kb
    • 提供者:rockeyzhu
  1. bumptex

    0下载:
  2. OPENGL计算机图形学编程代码,实现BUMP MAPPING,可配合OPENGL编程基础一书使用-OPENGL computer graphics programming code, implementation BUMP MAPPING, in line with the OPENGL programming use basic one book
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2.41kb
    • 提供者:cathy
  1. libwave.tar

    0下载:
  2. libwave is a library for reading Wavefront .obj object files and rendering them with IrisGL or OpenGL. It supports basic geometry (faces and lines), and materials and texture maps, as far as is possible with GL (i.e. no bump maps, reflection, or refr
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:30.36kb
    • 提供者:edon
  1. Coutelle_Walter_WICCGPI2003

    0下载:
  2. We present in this paper a technique for modeling and rendering wrinkles in facial animation. The main advantage of our approach from previous work is that we do not modify the actual face geometry, but instead we render the wrinkles as bump te
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:563.56kb
    • 提供者:hugofik
  1. bumptexture

    2下载:
  2. 这是一个opengl贴凹凸纹理的例子,视觉效果极为不错,对于不清楚凹凸纹理原理的人来说,里面有详细的代码注释,有助于理解-this is a program about bump texture by opengl ,besides ,there are definite Notes to help you urderstood
  3. 所属分类:OpenGL program

    • 发布日期:2015-01-17
    • 文件大小:1.39mb
    • 提供者:陈晓晓
  1. ogl_1pass_emboss_bump_mapping

    0下载:
  2. emboss bump mapping example. this tutorial example show the opengl application create an emboss bump mapping. this tutorial is good example for those who want to see and learn about emboss bump mapping.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3.21mb
    • 提供者:shahzan
  1. Dot3Bump2

    0下载:
  2. 用opengl show出有gui介面的 bump 特效,極富研究價值.-With opengl show a bump with gui interface effects, highly research value.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:1.09mb
    • 提供者:R6t
  1. bump_map_torus

    0下载:
  2. cg语言实现的基于OpenGL的凹凸映射贴图的例程。-OpenGL-based bump mapping example using Cg programs.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:169.48kb
    • 提供者:阿囧
  1. vp_bump_map

    0下载:
  2. 利用VP也OPENGL混合编程开发BumMapper功能-This sample illustrates how to do a DOT3 bump map in Vega Prime. The BumMapper is the key class which loads the specified base and normal map textures. The internal bump mapping approach is based on the DOT3 bump mapping
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:558.42kb
    • 提供者:dawinluo
  1. dot3bump

    0下载:
  2. 用openg 撰寫一全螢幕顯示bump 效果的程式,極具研究價值-With openg write a full screen program bump effect, great research value
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1.86mb
    • 提供者:R6t
  1. bumpmap

    2下载:
  2. OpenGL超级宝典-第四版源码中的一个凹凸纹理贴图程序,已经过编译处理,能够直接运行。-OpenGL super bible (the forth edition) a program-bump texture.
  3. 所属分类:OpenGL program

    • 发布日期:2015-07-17
    • 文件大小:3.63mb
    • 提供者:方贵盛
  1. bumpmap

    0下载:
  2. 使用OPENGL进行凹凸纹理贴图渲染的例子,很好的学习OPENGL的例子.-OPENGL example of bump texture map rendering, good learning OPENGL example.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-14
    • 文件大小:254.62kb
    • 提供者:曾全贵
  1. sdldragon

    0下载:
  2. SDL和opengl下的编程,实现了贪吃蛇大战,采用glsl绘制纹理和凸凹效果,实现了mp3背景音乐-SDL and opengl programming, Snake Wars glsl texture and bump effect, mp3 background music
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-28
    • 文件大小:426.37kb
    • 提供者:申文涛
« 12 »
搜珍网 www.dssz.com