a lot of patches

This commit is contained in:
Tonton Th
2026-01-14 14:01:20 +01:00
parent 83c8ce3f79
commit 0c4aa1a31c
16 changed files with 96 additions and 70 deletions

View File

@@ -19,7 +19,8 @@ union {
cone { < 1.34, 0, 0>, Small, < 0.6, 0, 0>, R_a }
sphere { 0, R_a scale <0.3, 1, 1> translate < 0.6, 0, 0> }
#local R = rand(Rng1);
#if ( R < 0.50 ) texture { GoldDark }
#if ( R < 0.45 ) texture { GoldDark }
#elseif ( R < 0.60 ) texture { Aluminum }
#else texture { T_Gold_3C }
#end
}
@@ -31,11 +32,11 @@ union {
#declare HS_element_central = object
{
union {
torus { HS_radius*0.93, 0.0180 }
torus { HS_radius*0.73, 0.0180 }
#local L = 0.0035;
cylinder { -y*L, y*L, 0.057 }
sphere { 0, 0.057 translate -y*L }
sphere { 0, 0.057 translate y*L }
cylinder { -y*L, y*L, 0.059 }
sphere { 0, 0.059 translate -y*L }
sphere { 0, 0.059 translate y*L }
}
scale <1, 25.90, 1>
rotate z*90