From 319e44a0725eef4dbd7bbddc797d9a4ab9c42462 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sun, 19 Oct 2025 19:07:53 +0200 Subject: [PATCH] patching the hexfighter --- hexabenz.inc | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/hexabenz.inc b/hexabenz.inc index 3eb40f8..b3a26ed 100644 --- a/hexabenz.inc +++ b/hexabenz.inc @@ -20,14 +20,28 @@ union { } // } #end +// ------------------------------------------------------ +/* nouveau Fri Oct 17 05:54:38 PM UTC 2025 */ +#macro Benz_attache_cones (Ec) +torus { Ec, Ec*0.06 + scale <1, 2.4, 1> rotate x*90 + #if ( rand(Rng1) < 0.55 ) + texture { GoldDark } + #else + texture { T_Brass_1C } + #end + } +#end + +// ------------------------------------------------------ #macro Benz_Cones () // = object // { union { #for (foo, 0, 360, 60) - #local E = 0.31; - #local Tx = E * sin(radians(foo)); - #local Ty = E * cos(radians(foo)); + #local E = 0.31; + #local Tx = E * sin(radians(foo)); + #local Ty = E * cos(radians(foo)); object { Benz_Cone_Base () #local R = rand(Rng1); @@ -41,17 +55,11 @@ union { rotate -z*foo translate } - torus { E, E*0.05 - scale <1, 2.4, 1> rotate x*90 - #if ( rand(Rng1) < 0.65 ) - texture { T_Planete_A } - #else - texture { T_Planete_B } - #end - } #end // end for + #local SBAC = 0.290; + object { Benz_attache_cones (SBAC) translate -z*0.175 } + object { Benz_attache_cones (SBAC) translate z*0.202 } } -// } #end // ------------------------------------------------------ @@ -154,7 +162,7 @@ texture { Soft_Silver scale 6.0 } // ------------------------------------------------------ -#warning "------> inserer ici antenne pour hexabenz" +#warning "===>> inserer antenne pour hexabenz" // ------------------------------------------------------