ready for the next run ?

This commit is contained in:
Tonton Th
2026-03-14 14:38:41 +01:00
parent c37530d999
commit f3eabfb68b
14 changed files with 203 additions and 136 deletions

View File

@@ -264,7 +264,7 @@ difference {
#local R = rand(Rng1);
// #debug concat("Random = ", str(R, 6, 4), "\n")
#if ( R < 0.23 ) texture { T_Planete_A }
#if ( R < 0.23 ) texture { T_Planete_B }
#elseif ( R < 0.56 ) texture { T_Beton_1 }
#else texture { T_Beton_2 }
#end // if