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

搜索资源列表

  1. XNA_NormalMappingDemo

    0下载:
  2. 基于XNA的法线贴图算法(C#),其中的Shader采用HLSL语言-XNA based Normal map algorithm (C#), where Shader is coded by HLSL
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1769158
    • 提供者:郅刚
  1. OgreFileAnalyse

    0下载:
  2. 从一般的角度看好像没有必要定义文件系统,但是游戏的数据为了保密(特别是那 些资源文件:游戏图片、游戏音乐、shader脚本等),可能把所有的文件打包在一个文 件中,那么我们读取这个文件的时候,可以把它看成一个文件系统,因为其格式固定, 也有文件目录,文件数据等(例如n勺。-From the general point of view does not seem necessary to define the file system, but the game data in ord
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:356156
    • 提供者:Rains
  1. Low-levelOpenGLshadinglanguageandtheHighLevelShade

    0下载:
  2. OpenGL 低级着色语言与高级着色语言-Low-level OpenGL shading language and the High Level Shader Language
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:166293
    • 提供者:jxj
  1. XNA

    0下载:
  2. XNA学习笔记,共10章,XNA的介绍,创建一个简单的游戏pong,辅助类,游戏组件,XNA图形引擎,管理shader-XNA study notes, a total of 10 chapters, XNA presentation, create a simple game pong, auxiliary classes, the game components, XNA graphics engine, manage shader and so on
  3. 所属分类:Document

    • 发布日期:2017-05-17
    • 文件大小:4919931
    • 提供者:dragon
  1. graphicsequencer

    0下载:
  2. 我精心收藏的shader特效 我精心收藏的shader特效 -I have carefully collection of shader effects I elaborate collection of shader effects I elaborate collection of shader effects I elaborate collection of shader effects
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-27
    • 文件大小:50024
    • 提供者:kouxianghui
  1. objread

    0下载:
  2. 每一个opengl都被连接到一个着色描述表上。着色描述表将所有的opengl调用命令连 // 接到device context(设备描述表)上,将opengl的着色描述表定义为hrc ,要让程序能 // 够绘制窗口的话,还需要创建一个设备描述表,windows的设备描述表被定义为 hdc, // dc将窗口连接到gdi(graphics device interface图形设备接口)。而rc-Each one opengl are connected to a shader des
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7133
    • 提供者:轩宇
  1. ParticleSystem1

    0下载:
  2. From: http://clootie.narod.ru/delphi/download_custom.html ParticleSystem1 - unidirectional generator sample Main idea of this sample was to demonstrate right and wrong ways of generating uniform distribution of unit length vectors - so end-poi
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:55000
    • 提供者:hfTam
  1. TestTex

    0下载:
  2. 利用Shader处理纹理的例子,非常适合刚开始学习SHADER的用户-Examples of the use of texture Shader processing
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:191921
    • 提供者:jtz
  1. VirtoolsBible

    0下载:
  2. Virtools圣经,只有部分章节,不过只有第三章和第六章以及关于Shader的一章,遗憾~-Virtools Bible, only some of the chapters, but only the third and Chapter VI, as well as a chapter on the Shader, sorry ~
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4279766
    • 提供者:chengtong
  1. RacorX

    0下载:
  2. 使用顶点着色器取代固定渲染管线中的IDirect3DDevice8::SetVertexShader() 的固定的着色过程。-Use vertex shader to replace fixed rendering pipeline in the IDirect3DDevice8:: SetVertexShader () fixed coloring process.
  3. 所属分类:DirextX

    • 发布日期:2017-03-27
    • 文件大小:222521
    • 提供者:陆君
  1. XEffects

    0下载:
  2. 这是利用irrlicht 3D游戏引擎开发的一些特效,像shader、等-This is the use of irrlicht 3D game engine developed by a number of effects, such as shader, and so on
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1543363
    • 提供者:王海
  1. DX9_HLSL

    0下载:
  2. DirectX的高级着色器实例,适合初学者。-Examples of high-level shader DirectX for beginners.
  3. 所属分类:DirextX

    • 发布日期:2017-05-04
    • 文件大小:1493252
    • 提供者:张茂林
  1. java.odt.tar

    0下载:
  2. Creates, compiles and links two simple shaders. The vertex shader mimics the fixed function * pipeline and computes standard model view projection transformations. The fragment shader sets * the colour of fragments by reading the current glCol
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:25711
    • 提供者:veeresh
  1. hm-mb86298-rev0-05

    0下载:
  2. Fujitsu embedded graphics controller (unified shader) databook contains full register programming information.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:8741621
    • 提供者:freedocs2
  1. fangkuai_DXSDK_Aug09_dx9

    1下载:
  2. 简单的DX9shader程序,供新手学习,环境VS2008,09年8月DXSDK以上。-A simple DX9 shader program for newbies, need VS2008 and Aug09DXSDK.
  3. 所属分类:DirextX

    • 发布日期:2017-05-28
    • 文件大小:10889881
    • 提供者:jk
  1. Resolution_Independent_Curve_Rendering

    0下载:
  2. 分辨率无关的bezier曲线绘制。利用GPU,通过pixel shader绘制bezier曲线。特别适合绘制OpenType(TrueType)文字。-Resolution independent bezier curve drawing. Using GPU, drawing bezier curves by pixel shader. Particularly suitable for drawing OpenType (TrueType) text.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:267318
    • 提供者:王晓明
  1. my_xfile_test_3

    1下载:
  2. 最经典的学习OPENGL FK 骨骼动画源码.更多游戏编程相关内容,如场景导入和管理,碰撞和物理引擎,刚性动力学,IK动画,场景编辑器,T&L和可编程SHADER,特效等,都可依照此例为基础扩展下去.NEHE的教程只是一个个分散的历程,但自己亲自动手写引擎的话,最好有一个基础的稳定架构,此例作基础比较合适.-The most classic of learning OPENGL FK skeleton animation source, the original author along the
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:2049717
    • 提供者:何中求
  1. CartoonEffect

    0下载:
  2. 卡通渲染效果框架的例子,高级着色器语言入门例子-Cartoon rendering of the example of examples of high-level shader language entry
  3. 所属分类:DirextX

    • 发布日期:2017-03-28
    • 文件大小:10501
    • 提供者:wangyang
  1. Shaders

    0下载:
  2. This a shader code-This is a shader code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1694
    • 提供者:kitamura
  1. Shaders.for.Game.Programmers.and.Artists

    0下载:
  2. 这本书的重点就是shader-渲染,在3D游戏开发过程中,渲染是一个难点,也是一个重点,本书就是详细介绍如何渲染的书籍,从入门到高级。-the book is written for anybody who has some interest in the topic.Because the topics and techniques covered throughout this book are so varied,it is bound to be ofinterest to everyb
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-22
    • 文件大小:6788783
    • 提供者:grape
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 27 »
搜珍网 www.dssz.com