les derniers commits de 2026
This commit is contained in:
10
gadgets.inc
10
gadgets.inc
@@ -47,7 +47,7 @@ union {
|
||||
#elseif (R < 0.75) texture { tPlasticPrune }
|
||||
#else texture { tPlasticGreen }
|
||||
#end // if
|
||||
translate y*1.05
|
||||
translate y*0.87
|
||||
}
|
||||
// #debug "== Fin chose les tiges\n"
|
||||
#end // macro
|
||||
@@ -119,9 +119,9 @@ prism {
|
||||
// ------------------------------------------------------ ##
|
||||
|
||||
#macro HexaPole_tubes ()
|
||||
#local R = 0.04;
|
||||
#local E = 0.51;
|
||||
#local H = H_cone*0.875;
|
||||
#local R = 0.033;
|
||||
#local E = 0.49;
|
||||
#local H = H_cone*0.705;
|
||||
union {
|
||||
#for (A, 0, 359, 60)
|
||||
#local Xp = E * cos(radians(A));
|
||||
@@ -129,7 +129,7 @@ union {
|
||||
union {
|
||||
#local H2 = H + rand(Rng1) + rand(Rng1);
|
||||
cylinder { 0, y*H2, R }
|
||||
sphere { 0, R*2 scale <1, 0.555, 1> }
|
||||
sphere { 0, R*3 scale <1, 0.555, 1> }
|
||||
sphere { 0, R*2 scale <1, 1.555, 1> translate y*H2 }
|
||||
#local Ra = rand(Rng1);
|
||||
#if (Ra < 0.25) texture { T_Chrome_1A }
|
||||
|
||||
Reference in New Issue
Block a user