Files
gazebo_models/mailbox/materials/scripts/mailbox.material

30 lines
325 B
Plaintext
Raw Normal View History

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