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

18 lines
193 B
Plaintext

material vrc/grey_wall
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture grey_wall.png
filtering anistropic
max_anisotropy 16
scale 1 1
}
}
}
}