gazebo_models/gas_station/materials/scripts/gas_station.material
2013-01-18 13:37:28 -08:00

45 lines
505 B
Plaintext

material GasStation/Diffuse
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture GasStation_Diffuse.tga
}
}
}
}
material GasStation/Specular
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture GasStation_Spec.tga
}
}
}
}
material GasStation/Normal
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture GasStation_Normal.tga
}
}
}
}