openclonk/planet/Objects.ocd/Animals.ocd/Chippie.ocd/Chippie.material

22 lines
420 B
Plaintext

material Chippie
{
receive_shadows on
technique
{
pass
{
ambient 1.0 1.0 1.0 1.0
diffuse 1.0 1.0 1.0 1.0
specular 0.5 0.5 0.5 1.0 12.5
emissive 0.0 0.0 0.0 1.0
texture_unit
{
texture chippie.png
tex_address_mode wrap
filtering trilinear
}
}
}
}