Welcome![Sign In][Sign Up]
Location:
Search - SHADER

Search list

[Other resourceDepthOfField-HLSL

Description: ati的深度范围例子用高级渲染语言hlsl写的 用的是direct3d api-ati example of the depth range with advanced rendering Shader Model 2.0 language written using the Direct3D api
Platform: | Size: 774503 | Author: cxp | Hits:

[Other resourcesRGBTest

Description: ati的例子 RGBTest用vertex shader和pixel shader和 direct3d api-ati example RGBTest using vertex shader and pixel shader and Direct3D api
Platform: | Size: 178384 | Author: cxp | Hits:

[Other resourceShadowMap

Description: ati的例子 shadowmap 用vertex shader和pixel shader和 direct3d api-ati example shadowmap using vertex shader and pixel sh Ader and Direct3D api
Platform: | Size: 501416 | Author: cxp | Hits:

[Other resourceDepthBias

Description: ati的例子 DepthBias用vertex shader和pixel shader和 direct3d api-ati example DepthBias using vertex shader and pixel shader and Direct3D api
Platform: | Size: 173526 | Author: cxp | Hits:

[DirextXpareng

Description: 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 shader tells DirectX about what type of vertices it can expect - such as whether they are already transformed, if they have a diffuse color, and so on. Since I m mainly aiming this tutorial at 2D gaming, I m going to use slightly customized TL vertices. This stands for Transformed and Lit, which means the vertices already are transformed and that the lighting color has already been computed. So an X of 300 will be 300 on the screen, and the vertex color will be the final color.-We have our classes ready, time to start writing the actual code. Point pri mitives are not much different from the other pr imitive types available (triangle strips, lists, etc.). . We can still choose what we vertex shader use. A vertex shader tells DirectX about what ty pe of vertices it can expect - such as whether the y are already transformed. if they have a diffuse color, and so on. Since I m mainly aiming this tutorial a t 2D gaming, I m going to use slightly customized TL vertices . This stands for Transformed and Lit. which means the vertices are already transform ed and that the lighting color has already been c omputed. So an X of 300 will be 300 on the screen. and the vertex color will be the final color.
Platform: | Size: 162449 | Author: wangzhe | Hits:

[Game ProgramD3D9Cartoon

Description: 现在市面上流行的3D游戏画面越来越炫目,不过也有一些为了营造一种特殊的效果而使用了卡通渲染技术,比如PC游戏中的《杀手XIII》,《忍者神龟》;PS2游戏中的《真红之泪》,《犬夜叉》等等。这些游戏的画面看上去很像漫画,感觉比较有趣。下面就介绍一种简单的实现方法。 所谓用卡通渲染技术绘制的三维物体一般都有两个明显的特征,一个特征是物体表面覆盖着大块的单调颜色,而且光影变化比较剧烈;另一个特征是物体拥有粗重的边缘效果。如果能自己控制光照和阴影,就可以达到目的。而DirectX 9.0 中的顶点渲染(Vertex Shaders)提供了这样一个途径,使我们可以实现自己的想法。 顶点渲染与以前的T&L在渲染流程中处于二选一的地位,一段代码最多只能有128条指令,而且不能有循环,判断和跳转指令,全是线性执行指令。每次只能有一个Shader程序是激活的,Vertex Shaders让我们可以实时地控制模型的空间变换,光照处理以及像素渲染。 那么现在先来解决第一个问题。我们可以用光线的亮度值作为物体的纹理坐标,这就产生一种带状纹理的效果,然后再调整相应的颜色即可。-now the fashion for 3D games more compelling picture, But there are also some in order to create a special effect and the use of the cartoon rendering technology, PC games such as the "killer XIII," "Turtles"; PS2 game of "truth red tears," "two characters." These games comic picture looks like, I feel more interesting. Now, on a simple method. Using the so-called cartoon rendering of 3D rendering objects normally have two obvious feature a surface characteristics of an object covered with chunks of dull colors, but more dramatic changes in the Universe; Another characteristic is heavy objects have the edge effect. If the ability to control their own light and shadow, we can achieve the aim. DirectX 9.0 vertex Rendering (Vertex Shaders) provide such
Platform: | Size: 662353 | Author: 倪明 | Hits:

[OpenGL programsimple_vertex_texture

Description: nvidia最新的nv40内核显卡支持在vertex shader程序中访问纹理。本代码演示了如何在顶点编程中实现访问一个2维纹理数据.推荐vc7.1+6800显卡。-being the latest ATI graphics kernel support for the vertex shader process visit asked texture. This code demonstrates how to achieve peak Programming visit a two-dimensional texture data. Suggest vc7.1 6800.
Platform: | Size: 1030990 | Author: 王赞纲 | Hits:

[OpenGL programsimple_lighting

Description: opengl高级渲染语言可以允许用户自己在shader编程实现自己的光照代码.本代码摈弃了opengl传统的光照编程,在fragment program实现了phone光照模型。vc7.1+opengl2.0-opengl advanced rendering language allows users in shader programming their own illumination code. the code of opengl abandon traditional illumination programming, the fragment program to achieve a phone illumination model. Vc7.1 opengl2.0
Platform: | Size: 2076001 | Author: 王赞纲 | Hits:

[Windows DevelopProceduralFire

Description: 模仿火的运动,用vertex shader 和 pixel shader编写-imitation fire campaigns, the vertex shader and pixel shader prepared
Platform: | Size: 644105 | Author: 吴博 | Hits:

[DirextXOceanWater

Description: 用vertex shader和pixel shader编写的超经典的海水运动-using vertex shader and pixel shader prepared by the ultra-classical movement of the water
Platform: | Size: 673096 | Author: 吴博 | Hits:

[DirextXTutorial_29_Vertex_Shader_Position

Description: 本例展示了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 software environment : Visual C 7.0 9.0 Direct3D Hill only Chengchong
Platform: | Size: 128025 | Author: 漫步者 | Hits:

[Other resourcedirectx93d

Description: D3D学习文档 第一部分 必备的数学知识 第二部分 Direct3D基础 第二章 渲染管线 第三章 在Direct3D中绘制 第四章 色彩 第五章 灯光 第六章 纹理 第七章 混合 第八章 模版 第九章 字体 第十章 网格模型I 第十一章 网格模型II 第十二章 创建灵活的摄像机类 第十三章 地形渲染基础 第十四章 粒子系统 第十五章 选取 第十六章 高级着色器语言入门 第十七章 顶点着色器入门 第十八章 像素着色器入门 第十九章 效果架构-Display study documents the first part of the necessary mathematical knowledge of Direct3D based on the second chapter outlet with the third chapter in the pipeline Direct3D Drawing fourth chapter V color lighting texture Chapter VI Chapter VII of the 8th Mixed Chapter IX font template Chapter 10 Mesh I Chapter XI Mesh II Chapter 12 to create a flexible camera Category Chapter 13 Terrain Rendering based particle system Chapter 14 Chapter 15 Chapter 16 selected senior shader language portal Chapter 17 Vertex shader introductory chapter 18 pixel shader effects portal framework for chapter 19
Platform: | Size: 4288635 | Author: zhouyinye | Hits:

[Other resourceVSshili

Description: 一个使用顶点着色器实现漫反射的demo,使用VC++2005和d3d开发,使学习shader的初级教材。-use of a vertex shader diffuse the demo, using VC 2005 and d3d development, shader so that the study of primary materials.
Platform: | Size: 2883739 | Author: zczczczczcle | Hits:

[OpenGL programCGfx_shader_programming_in_GLSL

Description: shader programming CGFX openGL 2.0
Platform: | Size: 1704187 | Author: 毛毛 | Hits:

[Special EffectswaterRtt

Description: CG写的一个水的shader,对shader感兴趣的朋友可以看看。-CG wrote a water shader, the shader interested friends can see.
Platform: | Size: 2851744 | Author: 黄俊惠 | Hits:

[OpenGL programldfdfander

Description: opengl的shader图形渲染特效的演示程序代码。-opengl shader graphics exaggerate the effects of the display code.
Platform: | Size: 241405 | Author: diskonline | Hits:

[Other resourcepromptshaderey

Description: 本程序为一个非真实渲染的DEMO以非真实渲染(none-photorealistic rendering)风格,对户外场景进行着色的技术。在2003年秋天的Beyond3D/ATI shader compititon中,Shaderey程序最先使用了这些技术来进行渲染。在Shaderey的户外场景中,包含了地形,云,树木,房屋,天空顶,以及湖水.-the procedures for a non-realistic rendering of the DEMO non-realistic rendering (none-photorea listic rendering) style of outdoor scenes for coloring technology. In the autumn of 2003 compititon Beyond3D/ATI shader, Shaderey procedures first used these techniques for rendering. Shaderey in the outdoor scenes, including the terrain, clouds, trees, houses, sky roof, and water.
Platform: | Size: 3242747 | Author: 张锐 | Hits:

[Other resourceRenderMonkeyshader

Description: 用RenderMonkey开发shader!学习只用,只供参考!-use RenderMonkey shader development! Learning only for reference!
Platform: | Size: 1340552 | Author: 缪宁 | Hits:

[Other resourceCh24p3_ImgManip

Description: d3d开发的shader FX 例子 c++编写,用visual c++ 打开-d3d development of the FX shader examples c prepared with visual c open
Platform: | Size: 197059 | Author: nrosa | Hits:

[JSP/Java如何对象素点着色java

Description: 如何对象素点着色java-how to point pixel shader java
Platform: | Size: 1107 | Author: 卢晓东 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 34 »

CodeBus www.codebus.net