une couleur de plus
This commit is contained in:
parent
32ca8c29c2
commit
58221df55c
11
gadgets.inc
11
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 { <C2X, H, C2Z>, 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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user