openclonk/planet/Objects.ocd/Vegetation.ocd/Cotton.ocd/Scene.material

26 lines
366 B
Plaintext

material Cotton_Bush
{
receive_shadows on
technique
{
pass
{
cull_hardware none
scene_blend alpha_blend
depth_check off
ambient 1.0 1.0 1.0 1.0
diffuse 1.0 1.0 1.0 1.0
specular 0.0 0.0 0.0 1.0 12.5
emissive 0.0 0.0 0.0 1.0
texture_unit
{
texture cotton.png
tex_address_mode wrap
filtering trilinear
}
}
}
}