elevator: cable texture is separate, to allow scroll animation (not implemented)

Charles Spurrill 2012-10-11 18:36:51 -07:00
parent ad86c278c9
commit 33e6f93653
3 changed files with 20 additions and 0 deletions

View File

@ -19,3 +19,23 @@ material Elevator
}
}
}
material elevatorCable
{
receive_shadows on
technique
{
pass
{
diffuse 1.000000 1.000000 1.000000 1.000000
texture_unit
{
texture cable.png
tex_address_mode wrap
filtering trilinear
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB