Better spinwheel graphic

Charles Spurrill 2011-09-13 09:32:50 -07:00
parent 0d24c6835b
commit f394ecba0a
7 changed files with 24 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -1,4 +1,4 @@
material DoorLever
material Base
{
receive_shadows on
technique
@ -6,14 +6,32 @@ material DoorLever
pass
{
ambient 0.500000 0.500000 0.500000 1.000000
diffuse 0.640000 0.640000 0.640000 1.000000
specular 0.000000 0.000000 0.000000 1.000000 12.500000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.500000 0.500000 0.500000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
scene_blend alpha_blend
texture_unit
{
texture SpinWheel.png
texture Base.png
tex_address_mode wrap
filtering trilinear
}
}
}
}
material Gear
{
receive_shadows on
technique
{
pass
{
ambient 0.500000 0.500000 0.500000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.500000 0.500000 0.500000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
texture_unit
{
texture Brass.png
tex_address_mode wrap
filtering trilinear
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB