last commits of this night
This commit is contained in:
@@ -57,7 +57,7 @@ merge {
|
||||
#local R = rand(Rng1);
|
||||
#if ( R < 0.333) texture { T_Chrome_1C }
|
||||
#elseif ( R < 0.666) texture { T_Silver_1C }
|
||||
#else texture { T_WIP_rasta }
|
||||
#else texture { T_WIP_rasta scale 3 }
|
||||
#end
|
||||
}
|
||||
#undef L
|
||||
@@ -69,7 +69,7 @@ union {
|
||||
object { Trid_A_cone () scale 0.89 translate <E, -0.05, 0> }
|
||||
cylinder { 0, x*E, 0.008 scale <1, 5, 1> }
|
||||
#local R = rand(Rng1);
|
||||
#if ( R < 0.6 ) texture { T_Silver_3A }
|
||||
#if ( R < 0.86 ) texture { T_Silver_3A }
|
||||
#else texture { T_WIP_rasta }
|
||||
#end
|
||||
#undef E
|
||||
|
||||
Reference in New Issue
Block a user