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

30 lines
329 B
Plaintext

material StopSign/Diffuse
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture StopSign_Diffuse.tga
}
}
}
}
material StopSign/Specular
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture StopSign_Spec.tga
}
}
}
}