CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 DirextX编程 搜索资源 - Shader

搜索资源列表

  1. pareng

    0下载:
  2. We have our classes ready, time to start writing the actual code. Point primitives are not much different from the other primitive types available (triangle strips, lists, etc.). We can still choose what vertex shader we use. A vertex shade
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:162449
    • 提供者:wangzhe
  1. OceanWater

    1下载:
  2. 用vertex shader和pixel shader编写的超经典的海水运动-using vertex shader and pixel shader prepared by the ultra-classical movement of the water
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:673096
    • 提供者:吴博
  1. Tutorial_29_Vertex_Shader_Position

    0下载:
  2. 本例展示了D3D9.0中使用顶点着色器(Vertex Shader, *.vsh)绘制的过程。 本例运行的软硬件环境: Visual C++ 7.0 Direct3D 9.0 盛崇山版权所有-the cases demonstrate the use of D3D9.0 vertex coloring (Vertex Shader. *. vsh) preparation process. The cases run the hardware and softw
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:128025
    • 提供者:漫步者
  1. MultiAnimation

    0下载:
  2. MultiAnimation  Sample这个例子展示了使用高级shader语言、蒙皮技术和D3DX动画控制器的多动画集的Mesh动画。动画控制器用来混合动画集,以确保从一个动画到另一个动画的平滑转换。<IMG onmouseover=\"if(this.title) {this.style.cursor=hand }\" onclick=\"if(this.title) {window.open(http://msdn.microsoft.com/library/en-us/d
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:688490
    • 提供者:林庆富
  1. Walk_Terrain_Demo

    2下载:
  2. 基于微软 DirectX 9.0c SDK 的LOD算法所谓地形渲染的例子,使用 Shader 技术
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:768609
    • 提供者:JimGreen
  1. Terrain_Src

    1下载:
  2. 使用顶点着色器实现的地形图渲染,是学习shader编程的好材料
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:13452605
    • 提供者:天天
  1. DemoD3D

    0下载:
  2. general computation of gup in shader language
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:3046
    • 提供者:liuli
  1. 01_Fur.rar

    0下载:
  2. 本程序通过ASM顶点渲染利用纹理映射和光照实现短毛发的实时渲染。使用VC和DirectX编写。,This procedure ASM vertex shader through the use of texture mapping and light short hair to achieve the real-time rendering. VC and the preparation of the use of DirectX.
  3. 所属分类:DirextX

    • 发布日期:2017-03-30
    • 文件大小:519548
    • 提供者:李冒
  1. HLSL2zhangwenlihunhe

    0下载:
  2. HLSL语言实现2张纹理混合和镜面反射,shader语言-HLSL language two texture blending, and specular reflection, shader language
  3. 所属分类:DirextX

    • 发布日期:2017-05-13
    • 文件大小:3500944
    • 提供者:panjiang
  1. DirectX9.0c-A-Shader-Approach

    0下载:
  2. 本书是一本描述Directx 9.0可编程渲染管线,Shader技术的入门书籍。作者是Frank D. Luna,有丰富的DirectX程序经验,已出版过多本DirectX相关书籍。书中讲解由浅入深,且配合大量实例,是游戏入门书籍的精品!-This book is a descr iption of Directx 9.0 programmable pixel pipelines, Shader technology introduction to books. The author is Fr
  3. 所属分类:DirextX

    • 发布日期:2017-05-21
    • 文件大小:6616336
    • 提供者:leilei
  1. directx-Transform

    0下载:
  2. 学习directx的图形变换源程序, 使用 Vertex shader,在directx8环境下编译-Directx graphics transform learning source, the use of Vertex shader, compiled in an environment directx8
  3. 所属分类:DirextX

    • 发布日期:2017-04-29
    • 文件大小:29235
    • 提供者:john
  1. D3DShaderX-Vertex-Pixe-Shader

    0下载:
  2. With this book you can learn how to design vertex and pixel shaders with Shader Studio. Use shaders to develop special efects such as rippling water, bubbles, animated grass and particle flows.
  3. 所属分类:DirextX

  1. fsource

    0下载:
  2. Engine Introduction Many people have asked me for the DirectX demo C++ source code, so here it is. The Demo framework I ve build for creating the demos consist of the following components: * Kernel system, with scene manager, camera and simple
  3. 所属分类:DirextX

    • 发布日期:2017-06-10
    • 文件大小:17540282
    • 提供者:bokyaw
  1. 09.Edge

    0下载:
  2. 一个d3d shader 的实现 使用 HLSL语言。 使用 DirectX sdk 9.0 ,能熟悉 可编程管线的过程,熟悉 VS和ps -The implementation uses a d3d shader HLSL language. Using the DirectX sdk 9.0, can be familiar with the programmable pipeline process, familiar with the VS and ps
  3. 所属分类:DirextX

    • 发布日期:2017-05-15
    • 文件大小:3772315
    • 提供者:小强
  1. 05.skinning

    0下载:
  2. 一个 shader 的应用 使用 纹理来 给模型 上皮肤。 使用 HLSL着色语言 ,熟悉PS和 VS.-The application of a shader to a model using the texture of skin. Using the HLSL shading language, familiar with the PS and VS.
  3. 所属分类:DirextX

    • 发布日期:2017-04-10
    • 文件大小:1233971
    • 提供者:小强
  1. shallows-0.91

    0下载:
  2. Glsl programming shallow shader example, compilable on windows and linux platforms.
  3. 所属分类:DirextX

    • 发布日期:2017-05-21
    • 文件大小:6242165
    • 提供者:mart martin
  1. PS-shader

    0下载:
  2. D3D的像素着色器示例,分别实现了多重纹理化,彩色图去色,图像左右镜像,上下镜像以及浮雕图效果-D3D pixel shader example, were to achieve a multi-textured, color map to color, about the mirror image, the mirror up and down, and relief map results
  3. 所属分类:DirextX

    • 发布日期:2017-04-09
    • 文件大小:2069552
    • 提供者:张杰
  1. Intr-to-3DGame-Program-DirectX9.0c-

    0下载:
  2. 书名: Introduction to 3D Game Programmingwith DirectX- 9.0c - A Shader Approach 经典的DirectX 9.0c入门书籍龙书的2006年新版本, 相比03年的那般增加了非常多的内容, 包含的技术足够让读者做出一个简单但完整的游戏. 这本书在网上一直只有一个chm的版本, 非常不便于阅读, 现在托亚马逊kindle的福, 官方电子书版出现, 本人有幸获得, 并在此分享. -Introduction to 3D Game
  3. 所属分类:DirextX

    • 发布日期:2017-05-26
    • 文件大小:9469362
    • 提供者:Kelyad
  1. Leiterman-J.---Learn-Vertex-and-Pixel-Shader-prog

    0下载:
  2. Leiterman J. - Learn Vertex and Pixel Shader programming with DirectX 9.rar
  3. 所属分类:DirextX

    • 发布日期:2017-11-18
    • 文件大小:7577786
    • 提供者:swallow
  1. FX-Water.shader

    0下载:
  2. 来自Unity的水面shader,语言精炼,值得学习!-The water from the Unity shader, language, refining, it is worth learning!
  3. 所属分类:DirextX

    • 发布日期:2017-03-23
    • 文件大小:2738
    • 提供者:ZinnaSun2000
« 12 3 »
搜珍网 www.dssz.com