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.
31 lines
641 B
31 lines
641 B
13 years ago
|
MaterialDef Default GUI {
|
||
|
|
||
|
MaterialParameters {
|
||
|
Int NumSamples
|
||
12 years ago
|
Int NumSamplesDepth
|
||
13 years ago
|
Texture2D Texture
|
||
|
Color Color
|
||
|
}
|
||
|
|
||
|
Technique {
|
||
|
VertexShader GLSL150: Common/MatDefs/Post/Post15.vert
|
||
|
FragmentShader GLSL150: Common/MatDefs/Post/Overlay15.frag
|
||
|
|
||
|
WorldParameters {
|
||
|
}
|
||
|
|
||
|
Defines {
|
||
|
RESOLVE_MS : NumSamples
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
Technique {
|
||
|
VertexShader GLSL100: Common/MatDefs/Post/Post.vert
|
||
|
FragmentShader GLSL100: Common/MatDefs/Post/Overlay.frag
|
||
|
|
||
11 years ago
|
WorldParameters {
|
||
13 years ago
|
}
|
||
|
|
||
|
}
|
||
|
}
|