Files
gazebo_models/stop_sign/materials/scripts/stopsign.material

30 lines
329 B
Plaintext
Raw Normal View History

2025-08-25 16:30:02 +08:00
material StopSign/Diffuse
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture StopSign_Diffuse.png
}
}
}
}
material StopSign/Specular
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture StopSign_Spec.png
}
}
}
}