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

21 lines
259 B
Plaintext

material vrc/asphalt
{
technique
{
pass
{
ambient 0.5 0.5 0.5 1.0
diffuse 0.5 0.5 0.5 1.0
specular 0.2 0.2 0.2 1.0 12.5
texture_unit
{
texture tarmac.png
filtering anistropic
max_anisotropy 16
scale 0.1 0.1
}
}
}
}