last commits before xmas

This commit is contained in:
Tonton Th
2025-12-23 08:35:07 +01:00
parent 4e960026d2
commit 836e8e7c17
9 changed files with 27 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ difference {
#macro Trid_A_head ()
union {
#for (A, 0, 360, 120)
#local E = 0.28;
#local E = 0.29;
#local Tx = E * sin(radians(A));
#local Tz = E * cos(radians(A));
object { Trid_A_cone () translate <Tx*2, 0, Tz> }
@@ -45,8 +45,8 @@ union {
#local R = 0.095;
merge {
cylinder { <0, -L, 0>, <0, L, 0>, R }
sphere { 0, R scale <1, 6.11, 1> translate y*L }
sphere { 0, R scale <1, 0.42, 1> translate -y*L }
sphere { 0, R scale <1, 6.66, 1> translate y*L }
sphere { 0, R scale <1, 0.45, 1> translate -y*L }
#local R = rand(Rng1);
#if ( R < 0.333) texture { T_Chrome_1C }
#elseif ( R < 0.666) texture { T_Silver_1C }