You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
558 B
28 lines
558 B
13 years ago
|
MaterialDef Fade {
|
||
|
|
||
|
MaterialParameters {
|
||
|
Int NumSamples
|
||
|
Texture2D Texture
|
||
|
Float Value
|
||
|
}
|
||
|
|
||
|
Technique {
|
||
|
VertexShader GLSL150: Common/MatDefs/Post/Post15.vert
|
||
|
FragmentShader GLSL150: Common/MatDefs/Post/Fade15.frag
|
||
|
|
||
|
WorldParameters {
|
||
|
}
|
||
|
|
||
|
Defines {
|
||
|
RESOLVE_MS : NumSamples
|
||
|
}
|
||
|
}
|
||
|
|
||
|
Technique {
|
||
|
VertexShader GLSL100: Common/MatDefs/Post/Post.vert
|
||
|
FragmentShader GLSL100: Common/MatDefs/Post/Fade.frag
|
||
|
|
||
|
WorldParameters {
|
||
|
}
|
||
|
}
|
||
|
}
|