forked from mirror/openmw-tes3mp
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
333 B
Plaintext
26 lines
333 B
Plaintext
12 years ago
|
material MyGUI/NoTexture
|
||
|
{
|
||
|
pass
|
||
|
{
|
||
|
vertex_program mygui_vertex
|
||
|
fragment_program mygui_fragment
|
||
|
shader_properties
|
||
|
{
|
||
|
has_texture false
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
material MyGUI/OneTexture
|
||
|
{
|
||
|
pass
|
||
|
{
|
||
|
vertex_program mygui_vertex
|
||
|
fragment_program mygui_fragment
|
||
|
shader_properties
|
||
|
{
|
||
|
has_texture true
|
||
|
}
|
||
|
}
|
||
|
}
|