openclonk/planet/Objects.ocd/Clonk.ocd/SceneSteampunk.material

39 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2011-10-15 09:59:44 +00:00
material clonkSteampunk
2011-05-13 02:39:18 +00:00
{
receive_shadows on
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
2011-10-15 09:59:44 +00:00
diffuse 1.000000 1.000000 1.000000 1.000000
2011-05-13 02:39:18 +00:00
specular 0.000000 0.000000 0.000000 1.000000 3.000000
emissive 0.000000 0.000000 0.000000 1.000000
texture_unit Overlay
{
2011-10-15 09:59:44 +00:00
texture clonkSteampunkOverlay.png
2011-05-13 02:39:18 +00:00
tex_address_mode wrap
filtering trilinear
colour_op_ex modulate src_texture src_player_colour
// take alpha from texture only, ignore player alpha
alpha_op_ex source1 src_texture src_player_colour
}
texture_unit Clonk
{
texture clonkSteampunk.jpg
2011-05-13 02:39:18 +00:00
tex_address_mode wrap
filtering trilinear
colour_op_ex blend_current_alpha src_current src_texture
// Don't blend alpha, to make sure we have full intensity at the base/overlay border region
alpha_op_ex add src_current src_texture
}
texture_unit Light
{
// apply lighting
colour_op_ex modulate src_current src_diffuse
alpha_op_ex modulate src_current src_diffuse
}
}
}
}