mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 23:49:55 +00:00
35 lines
684 B
Text
35 lines
684 B
Text
material openmw_shadowcaster_default
|
|
{
|
|
create_configuration Default
|
|
allow_fixed_function false
|
|
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
|
|
allow_fixed_function false
|
|
pass
|
|
{
|
|
fog_override true
|
|
|
|
vertex_program openmw_shadowcaster_vertex
|
|
fragment_program openmw_shadowcaster_fragment
|
|
|
|
shader_properties
|
|
{
|
|
shadow_transparency false
|
|
}
|
|
}
|
|
}
|