Files
gazebo_models/gas_station/materials/scripts/gas_station.material
Quella777 32cc2a8e96 init
2025-08-25 16:30:02 +08:00

45 lines
505 B
Plaintext

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
}
}
}
}