small tuning

This commit is contained in:
Tonton Th 2025-08-29 17:38:35 +02:00
parent fe94d3036e
commit bbd9cf40e5

View File

@ -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