This commit is contained in:
Marcin
2026-05-28 11:37:19 +02:00
commit e8c73b6101
19 changed files with 1048 additions and 0 deletions
@@ -0,0 +1,19 @@
material vrc/mud
{
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 mud_soft_leaves.png
filtering anistropic
max_anisotropy 16
}
}
}
}