Files
gazebo_models/gas_station/materials/scripts/gas_station.material

45 lines
505 B
Plaintext
Raw Permalink Normal View History

2025-08-25 16:30:02 +08:00
material GasStation/Diffuse
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture GasStation_Diffuse.png
}
}
}
}
material GasStation/Specular
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture GasStation_Spec.png
}
}
}
}
material GasStation/Normal
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture GasStation_Normal.png
}
}
}
}