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.
20 lines
390 B
20 lines
390 B
14 years ago
|
MaterialDef Default GUI {
|
||
|
|
||
|
MaterialParameters {
|
||
|
Texture2D Texture
|
||
14 years ago
|
Vector4 Color (Color)
|
||
14 years ago
|
}
|
||
|
|
||
|
Technique {
|
||
13 years ago
|
VertexShader GLSL100: Common/MatDefs/Nifty/NiftyTex.vert
|
||
|
FragmentShader GLSL100: Common/MatDefs/Nifty/NiftyTex.frag
|
||
14 years ago
|
|
||
|
WorldParameters {
|
||
|
WorldViewProjectionMatrix
|
||
|
}
|
||
|
}
|
||
|
|
||
13 years ago
|
Technique {
|
||
14 years ago
|
}
|
||
|
|
||
|
}
|