From bbd9cf40e5068fdcd0b5455b3500f69d4452825b Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Fri, 29 Aug 2025 17:38:35 +0200 Subject: [PATCH] small tuning --- gadgets.inc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gadgets.inc b/gadgets.inc index 42cea5c..e07bf2b 100644 --- a/gadgets.inc +++ b/gadgets.inc @@ -52,11 +52,11 @@ union { sphere { 0, R*2 scale <1, 0.666, 1> } sphere { 0, R*2 scale <1, 0.555, 1> translate y*H2 } #local Ra = rand(Rng1); - #if (Ra < 0.30) + #if (Ra < 0.25) texture { T_Chrome_1A } - #elseif (Ra < 0.60) + #elseif (Ra < 0.50) texture { T_Chrome_4D } - #elseif (Ra < 0.90) + #elseif (Ra < 0.75) texture { T_Brass_2C } #else texture { Soft_Silver } @@ -73,14 +73,15 @@ union { // ------------------------------------------------------ ## /* - * l'assemblage de ces trucs est dans "contexte.inc" + * l'assemblage en grand cercle de ces trucs est + * dans le fichier "contexte.inc" */ #macro HexaPole () union { - object { Base_hexapole () scale <0.33, 0.2, 0.33> } + object { Base_hexapole () scale <0.27, 0.2, 0.27> } object { HexaPole_tubes () translate y*0.2 } - rotate y*(33*rand(Rng1)) + rotate y*(53*rand(Rng1)) } #end // macro