CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - shader-x
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - shader-x - List
[
OpenGL program
]
GPUGeometryClipmaps
DL : 0
我们使用同一个vertex shader来渲染之前描述的所有2D footprint。首先,对于给定的footprint坐标(x,y)来说,shader通过简单的缩放和变换来计算它的世界坐标(x,y)。接下来,从顶点纹理中读取高度值z。这里不需要任何过滤器,因为顶点和纹理采样是一一对应的-we use with a vertex shader to exaggerate the description before all 2D footprint. First, the footprint to the coordinates (x, y), the shader by simple scaling and transform to calculate its world coordinates (x, y). Next, from the vertex texture read height z values. This does not require any filters, because vertex and texture sampling is one-to-one
Update
: 2008-10-13
Size
: 5.21kb
Publisher
:
张明
[
DirextX
]
pareng
DL : 0
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.
Update
: 2008-10-13
Size
: 158.64kb
Publisher
:
wangzhe
[
Other resource
]
Shaderx
DL : 0
Shader-X -- Introduction GLSL and HLSL and CG
Update
: 2008-10-13
Size
: 530.03kb
Publisher
:
laikoj
[
Books
]
Real-Time Shader Programming
DL : 0
Real-Time Shader Programming
Update
: 2025-02-19
Size
: 2.95mb
Publisher
:
mskia
[
OpenGL program
]
GPUGeometryClipmaps
DL : 0
我们使用同一个vertex shader来渲染之前描述的所有2D footprint。首先,对于给定的footprint坐标(x,y)来说,shader通过简单的缩放和变换来计算它的世界坐标(x,y)。接下来,从顶点纹理中读取高度值z。这里不需要任何过滤器,因为顶点和纹理采样是一一对应的-we use with a vertex shader to exaggerate the description before all 2D footprint. First, the footprint to the coordinates (x, y), the shader by simple scaling and transform to calculate its world coordinates (x, y). Next, from the vertex texture read height z values. This does not require any filters, because vertex and texture sampling is one-to-one
Update
: 2025-02-19
Size
: 5kb
Publisher
:
张明
[
3D Graphic
]
ShadowMap
DL : 0
ati的例子 shadowmap 用vertex shader和pixel shader和 direct3d api-ati example shadowmap using vertex shader and pixel sh Ader and Direct3D api
Update
: 2025-02-19
Size
: 489kb
Publisher
:
cxp
[
DirextX
]
pareng
DL : 0
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.
Update
: 2025-02-19
Size
: 158kb
Publisher
:
wangzhe
[
Other
]
Shaderx
DL : 0
Shader-X -- Introduction GLSL and HLSL and CG-Shader-X-- Introduction GLSL and HLSL and CG
Update
: 2025-02-19
Size
: 530kb
Publisher
:
laikoj
[
3D Graphic
]
ShaderX.-.Vertex.and.Pixel.Shader.Tips.and.Tricks.
DL : 0
着色器语言编程的最经典书籍shader.x-Shader programming language classic books shader.x
Update
: 2025-02-19
Size
: 7.11mb
Publisher
:
刘刚
[
DirextX
]
fsource
DL : 0
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 culling. * Model loading (.x files) and collision detection. I ve made my models with Delgine and exported to .x file. * The usual frustum, resource, log classes etc. * Rendering with HLSL shader (no fixed function pipeline drawing). * Cube and stencil shadows. Environment mapping onto object. * Settings manager for parsing simple setup data from text file. * HUD elements and UI buttons. * Simple emitter system for smoke and fire effects. * Screen distort effects (haze effects etc). * Skybox and clouds, just to avoid a blue/black background. * ODE physic integration so we can throw around with simple objects. * TODO: Skinning animations, add level editor, and a lot more ...
Update
: 2025-02-19
Size
: 16.73mb
Publisher
:
bokyaw
[
Other
]
[Interactive-Computer-Graphics
DL : 0
计算机图形学书籍,使用OpenGL及GLSL4.x介绍,内容详细,Demo丰富.-introduction to computer Graphics with OpenGL-英文名《[Interactive.Computer.Graphics:A.Top-Down.Approach.with.Shader-Based.OpenGL(6th.2011)].Edward.Angel.文字版.pdf》
Update
: 2025-02-19
Size
: 8.64mb
Publisher
:
李刚
[
Windows Develop
]
Cocos2d-x+3.10+API离线文档
DL : 0
(Very good, rub effect, with a showdown effect, written in OpenGL shader, Lua language, Cocos Lua 3.10 version can be used directly)
Update
: 2025-02-19
Size
: 10.7mb
Publisher
:
sadfhklsadf几块
[
Other
]
ShaderForge-sf_1.40_for_unity_2019.x
DL : 1
Unity 插件 shader forge 支持2019版本(The unity plug-in shader forge supports the 2019 version)
Update
: 2025-02-19
Size
: 10.67mb
Publisher
:
文2B
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.