Files
gazebo_models/grey_wall/materials/scripts/grey_wall.material

18 lines
193 B
Plaintext
Raw Permalink Normal View History

2025-08-25 16:30:02 +08:00
material vrc/grey_wall
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture grey_wall.png
filtering anistropic
max_anisotropy 16
scale 1 1
}
}
}
}