diff --git a/gadgets.inc b/gadgets.inc index 81dabd3..95f9ec9 100644 --- a/gadgets.inc +++ b/gadgets.inc @@ -14,7 +14,7 @@ merge { cylinder { 0, y/2, 0.07 } - cylinder { 0, y/8, 0.37 } + cylinder { 0, y/8, 0.39 } #local R = rand(Rng1); #if ( R < 0.52) texture { T_Beton_1 } @@ -44,9 +44,10 @@ merge { sphere { , R } #end #local R = rand(Rng1); - #if (R < 0.33) texture { tPlasticOrange } - #elseif (R < 0.66) texture { tPlasticBlue } - #else texture { tPlasticGreen } + #if (R < 0.25) texture { tPlasticOrange } + #elseif (R < 0.50) texture { tPlasticBlue } + #elseif (R < 0.75) texture { tPlasticPrune } + #else texture { tPlasticGreen } #end // if scale <0.62, 0.5, 0.61> @@ -104,7 +105,7 @@ prism { #macro HexaPole_tubes () #local R = 0.04; -#local E = 0.58; +#local E = 0.51; #local H = H_cone*1.5; union { #for (A, 0, 359, 60)