small tuning
This commit is contained in:
parent
fe94d3036e
commit
bbd9cf40e5
13
gadgets.inc
13
gadgets.inc
@ -52,11 +52,11 @@ union {
|
|||||||
sphere { 0, R*2 scale <1, 0.666, 1> }
|
sphere { 0, R*2 scale <1, 0.666, 1> }
|
||||||
sphere { 0, R*2 scale <1, 0.555, 1> translate y*H2 }
|
sphere { 0, R*2 scale <1, 0.555, 1> translate y*H2 }
|
||||||
#local Ra = rand(Rng1);
|
#local Ra = rand(Rng1);
|
||||||
#if (Ra < 0.30)
|
#if (Ra < 0.25)
|
||||||
texture { T_Chrome_1A }
|
texture { T_Chrome_1A }
|
||||||
#elseif (Ra < 0.60)
|
#elseif (Ra < 0.50)
|
||||||
texture { T_Chrome_4D }
|
texture { T_Chrome_4D }
|
||||||
#elseif (Ra < 0.90)
|
#elseif (Ra < 0.75)
|
||||||
texture { T_Brass_2C }
|
texture { T_Brass_2C }
|
||||||
#else
|
#else
|
||||||
texture { Soft_Silver }
|
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 ()
|
#macro HexaPole ()
|
||||||
union {
|
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 }
|
object { HexaPole_tubes () translate y*0.2 }
|
||||||
rotate y*(33*rand(Rng1))
|
rotate y*(53*rand(Rng1))
|
||||||
}
|
}
|
||||||
#end // macro
|
#end // macro
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user