work on texture and dynamic and something

This commit is contained in:
Tonton Th
2025-12-21 05:32:19 +01:00
parent 99496a7e57
commit 33de761dcd
7 changed files with 147 additions and 31 deletions

View File

@@ -50,7 +50,7 @@ merge {
#local R = rand(Rng1);
#if ( R < 0.333) texture { T_Chrome_1C }
#elseif ( R < 0.666) texture { T_Silver_1C }
#else texture { tPlasticGreen }
#else texture { T_WIP_rasta }
#end
}
#undef L
@@ -62,8 +62,8 @@ union {
object { Trid_A_cone () scale 0.85 translate <E, -0.05, 0> }
cylinder { 0, x*E, 0.008 scale <1, 5, 1> }
#local R = rand(Rng1);
#if ( R < 0.8 ) texture { T_Silver_3A }
#else texture { B_Texture }
#if ( R < 0.6 ) texture { T_Silver_3A }
#else texture { T_WIP_rasta }
#end
#undef E
}