the "fiouuu" commit

This commit is contained in:
Tonton Th
2025-12-17 19:36:17 +01:00
parent a357cd0b1c
commit 346a4ed6ad
3 changed files with 4 additions and 4 deletions

View File

@@ -35,8 +35,8 @@ merge {
#local C2X = (R_C + 0.2) * sin(CK2+rand(Rng1)) * sin(CK*3);
#local C2Z = (R_C + 0.3) * (sin(-CK2+rand(Rng1)) *
cos(CK*(rand(Rng1))));
#local Rt = 0.03+(0.02*Cos_010(NormClock));
#local H = 1.56;
#local Rt = 0.02+(0.03*Cos_010(NormClock));
#local H = 1.26;
cylinder { 0, <C2X, H, C2Z>, Rt }
sphere { <C2X, H, C2Z>, Rt }
#end