le commit avant-sieste
This commit is contained in:
13
gadgets.inc
13
gadgets.inc
@@ -28,16 +28,17 @@ merge {
|
||||
* 29 novembre 2025, je tente l'expérience
|
||||
*/
|
||||
#macro Chose_les_tiges ()
|
||||
merge {
|
||||
union {
|
||||
#local CK = NormClock * (7.876+rand(Rng1));
|
||||
#for (Foo, 0, 7)
|
||||
#local CK2 = CK + Foo;
|
||||
#local C2X = (R_C + 0.2) * sin(CK2+rand(Rng1)) * sin(CK*3);
|
||||
#local C2Z = (R_C + 0.3) * (sin(-CK2+rand(Rng1)) *
|
||||
#local C2X = (R_C + 0.1) * sin(CK2+rand(Rng1)) * sin(CK*3);
|
||||
#local C2Z = (R_C + 0.1) * (sin(-CK2+rand(Rng1)) *
|
||||
cos(CK*(rand(Rng1))));
|
||||
#local Rt = 0.02+(0.03*Cos_010(NormClock));
|
||||
#local Rt = 0.015+(0.03*Cos_010(NormClock));
|
||||
#local B = <0, -0.05, 0>;
|
||||
#local H = 1.26;
|
||||
cylinder { 0, <C2X, H, C2Z>, Rt }
|
||||
cylinder { B, <C2X, H, C2Z>, Rt }
|
||||
sphere { <C2X, H, C2Z>, Rt }
|
||||
#end
|
||||
#local R = rand(Rng1);
|
||||
@@ -120,7 +121,7 @@ prism {
|
||||
#macro HexaPole_tubes ()
|
||||
#local R = 0.04;
|
||||
#local E = 0.51;
|
||||
#local H = H_cone*1.5;
|
||||
#local H = H_cone*1.25;
|
||||
union {
|
||||
#for (A, 0, 359, 60)
|
||||
#local Xp = E * cos(radians(A));
|
||||
|
||||
Reference in New Issue
Block a user