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

搜索资源列表

  1. 映射网络驱动器

    1下载:
  2. 这是一个用vc编写的映射网络驱动器,可以在你的界面上映射一个驱动器盘符,并实现正常的操作。-vc used to prepare the map network drives, you can interface mapping a drive letter, and achieve normal operation.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36270
    • 提供者:李浩
  1. 3D_world

    0下载:
  2. 演示如何使用OpenGL建立一个游戏中的三维世界。使用上下左右方向键在其中前进、后退、左移、右移,使用鼠标左转、右转、上看、下看。(注意:需要解压到c:\\windows\\desktop,否则贴图不能正常显示,你可以很简单的修正此bug)-demonstrate how to use the OpenGL establishment of a 3D game world. Using the up and down about the direction in which the key fo
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:208602
    • 提供者:李建
  1. 06.NormalMap

    2下载:
  2. 法线映射的代码,一张二维图片看上去像三维的-Normal mapping code, a two-dimensional images of three-dimensional look like
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:322318
    • 提供者:曹建
  1. treeview_with_paint_robin

    0下载:
  2. 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作。-in Microsoft's.NET Forms Control window, For example, Treeview and ListView, only to the general controls
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:37116
    • 提供者:陈军
  1. Normalmapping

    2下载:
  2. Normal mapping,输入纹理是一个normal map(法线图),normal map不同的颜色通道中记录了扰动的表面法向量。 用OpenGL实现
  3. 所属分类:OpenGL

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

    0下载:
  2. 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 using OpenGL texture environm
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:15587
    • 提供者:bobovip
  1. VB

    0下载:
  2. 本软件属于测绘编程小程序,可以实现普通绘画功能,可以绘出陡坎、城墙,GPS点等-The mapping program is a small software program, can achieve normal drawing functions, you can draw scarp, walls, GPS points
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:87838
    • 提供者:bobo
  1. water

    0下载:
  2. 使用法线贴图在DirectX9中实现水面波动效果。-The use of normal mapping in DirectX9 to achieve the effect of surface fluctuations.
  3. 所属分类:DirextX

    • 发布日期:2017-05-17
    • 文件大小:4879212
    • 提供者:淘气堡
  1. normalmapping

    0下载:
  2. 一个用GPU编出来的法线贴图示例程序,编写质量十分的高,学习借鉴必学-GPU made with a normal mapping out the sample programs, the preparation of very high quality, must learn from science
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-06
    • 文件大小:1042864
    • 提供者:retoal
  1. Chap05

    0下载:
  2. 选自《3D游戏编程》第5章 实战例题:3D编程技术的实战例题, 包括基于单色多边形的绘图技巧,多重纹理的合成方法,光影贴图:运用多纹理技巧实现模拟光照,广告牌,法线贴图,阶层体系:3D数据的基本处理方式,动画,和蒙皮。-Selected from the " 3D Game Programming" Chapter 5 actual example: 3D programming examples of actual combat, including single-color
  3. 所属分类:Game Program

    • 发布日期:2017-05-06
    • 文件大小:1446413
    • 提供者:11
  1. Parallax

    0下载:
  2. 一个利用法线贴图实现模型细节的Demo,凹凸纹理贴图运行程序。-The realization of a model for the use of normal mapping details of the Demo, run the program bump texture mapping.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1039643
    • 提供者:zichu
  1. NormalMap

    0下载:
  2. 3D编程实例,实现了根据鼠标在屏幕上的不同位置而进行法线映射后的演示效果,是学习3D编程的基础。-3D programming examples to achieve the mouse on the screen according to a different location and carry out the demonstration after normal mapping effect is the basis for learning 3D programming.
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:135299
    • 提供者:msdn2100
  1. D3D9NormalMapping

    0下载:
  2. // This demo implements tangent space normal mapping using a series of Direct3D // High Level Shading Language (HLSL) shaders. A single D3DX Effect file (.fx) // is provided with three techniques that implements normal mapping for each // of th
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-04
    • 文件大小:425116
    • 提供者:dirx4
  1. D3D9ParallaxNormalMapping

    0下载:
  2. // This demo implements tangent space parallax normal mapping with offset // limiting using a series of Direct3D High Level Shading Language (HLSL) // shaders. A single D3DX Effect file (.fx) is provided with three techniques // that implements
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-02
    • 文件大小:403006
    • 提供者:dirx4
  1. Normal_mapping

    0下载:
  2. 利用opengl 4进行法线贴图,实现凹凸效果-Normal mapping using opengl 4
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:12312
    • 提供者:jinde
  1. Normal

    0下载:
  2. 法线贴图 实现3D图形立体效果 给新手一个参考 代码是VS2012 VS2005应该可以在转换里面看到SLN-Normal mapping to achieve stereoscopic 3D graphics effect to the novice a reference code is VS2012 VS2005 should be able to see inside the conversion SLN
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-06
    • 文件大小:1379771
    • 提供者:崔行
  1. cehuishidadikejian

    0下载:
  2. 2015注册测绘师大地讲课课件,这是注册测绘师考试必看的资料-2015 Registered lectures courseware Normal mapping, which is a registered surveyor exam must-see profile
  3. 所属分类:GIS program

    • 发布日期:2017-05-15
    • 文件大小:3590101
    • 提供者:YUANJNFA
  1. Bump-Mapping

    0下载:
  2. direct3d10下实现的集中凹凸贴图,包含法线贴图,parallax贴图和relief贴图-normal map\parallax map\relief map
  3. 所属分类:DirextX

    • 发布日期:2017-06-08
    • 文件大小:15598736
    • 提供者:yaoxin
  1. normal-mapping

    1下载:
  2. 法线贴图(normal mapping)基本实现-implement in Opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:433361
    • 提供者:xunzhihao
  1. dx11ter06_src

    0下载:
  2. dirctx11.0 实现法线贴图(normal mapping)-implement based on DX11.0
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-09
    • 文件大小:1537385
    • 提供者:xunzhihao
« 12 »
搜珍网 www.dssz.com