last commits of this night

This commit is contained in:
Tonton Th
2026-02-10 04:59:43 +01:00
parent ceb4dea907
commit c47606438f
8 changed files with 42 additions and 24 deletions

View File

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