mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-14 15:40:18 +00:00
34 lines
622 B
Plaintext
34 lines
622 B
Plaintext
|
material openmw_shadowcaster_default
|
||
|
{
|
||
|
create_configuration Default
|
||
|
pass
|
||
|
{
|
||
|
fog_override true
|
||
|
|
||
|
vertex_program openmw_shadowcaster_vertex
|
||
|
fragment_program openmw_shadowcaster_fragment
|
||
|
|
||
|
shader_properties
|
||
|
{
|
||
|
shadow_transparency true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
material openmw_shadowcaster_noalpha
|
||
|
{
|
||
|
create_configuration Default
|
||
|
pass
|
||
|
{
|
||
|
fog_override true
|
||
|
|
||
|
vertex_program openmw_shadowcaster_vertex
|
||
|
fragment_program openmw_shadowcaster_fragment
|
||
|
|
||
|
shader_properties
|
||
|
{
|
||
|
shadow_transparency false
|
||
|
}
|
||
|
}
|
||
|
}
|