another bunch of little changes

This commit is contained in:
Tonton Th
2026-02-20 12:54:57 +01:00
parent 4dca1e7d79
commit 2eea147f82
12 changed files with 71 additions and 37 deletions

View File

@@ -24,8 +24,9 @@ difference {
}
#end // for
#local R = rand(Rng1);
#if (R < 0.42) texture { LeGris }
#else texture { T_Beton_1 }
#if (R < 0.42) texture { LeGris }
#elseif (R < 0.64) texture { T_Beton_2 }
#else texture { T_Beton_1 }
#end
}
#end