Loom: Added Model with animations

lights3
WinExploder 2015-08-25 12:27:52 +02:00 committed by David Dormagen
parent a9cc9df8a0
commit 333bb1e771
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
material Loom
{
receive_shadows on
technique
{
pass
{
cull_hardware none
scene_blend alpha_blend
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 0.0 12.5
emissive 0.0 0.0 0.0 0.0
texture_unit
{
texture Loom.png
tex_address_mode wrap
filtering trilinear
}
}
}
}