Files
gazebo_models/fast_food/materials/scripts/fast_food.material

45 lines
493 B
Plaintext
Raw Permalink Normal View History

2025-08-25 16:30:02 +08:00
material FastFood/Diffuse
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture FastFood_Diffuse.png
}
}
}
}
material FastFood/Specular
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture FastFood_Spec.png
}
}
}
}
material FastFood/Normal
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture FastFood_Normal.png
}
}
}
}