welcome here, hexa-patrol

This commit is contained in:
Tonton Th
2026-02-14 13:35:54 +01:00
parent 6a983ee560
commit 606536c3f3
18 changed files with 198 additions and 199 deletions

View File

@@ -69,9 +69,9 @@ merge {
cylinder { <0, Epp, -K*0.9>, <0, Epp, K*0.9>, K }
#local R = rand(Rng1);
#if (R < 0.63)
texture { T_Grnt6 scale 4 }
texture { T_Grnt6 scale 4 }
#else
texture { T_Stone34 scale 3 }
texture { T_Stone34 scale 3+rand(Rng2) }
#end
}
#end // macro
@@ -82,7 +82,7 @@ merge {
#local K = 0.36;
box { <-L, 0, -K>, <L, Epp, K> }
cylinder { <0, Epp, -K*0.9>, <0, Epp, K*0.9>, K }
texture { T_WIP_rasta }
texture { T_WIP_dents rotate y*(rand(Rng1)*77) }
}
#end // macro