From 5de41466dd18fe9af840a78e267a5bd1dd3990bd Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Mon, 28 Apr 2025 03:58:49 +0200 Subject: [PATCH] adjust a texture --- hexacone.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hexacone.inc b/hexacone.inc index 58fd336..032a3a3 100644 --- a/hexacone.inc +++ b/hexacone.inc @@ -110,7 +110,7 @@ union { #end torus { R2, 0.0039 translate -0.08*y } } -texture { T_Brass_1C scale 6.50 } +texture { GoldDark scale 6.50 } } /* --------------------------------------------------------- @@ -264,7 +264,7 @@ union { object { HexaCone_Body () } #local T = 0.55; object { HexaCone_head () translate <0, 0, T+DTa> } - #if ( (rand(Rng1) > 0.27) ) + #if ( (rand(Rng1) > 0.47) ) object { HexaCone_radar_A translate <0, T+0.18, 0> } #else object { HexaCone_radar_B translate <0, T+0.18, 0> }