From 768c10aa56fd860d6bd8cfe2599915a35a109b40 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Thu, 18 Dec 2025 01:03:15 +0100 Subject: [PATCH] more tuning, rings and golddark --- hexacone.inc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/hexacone.inc b/hexacone.inc index 032a3a3..ed30147 100644 --- a/hexacone.inc +++ b/hexacone.inc @@ -35,6 +35,12 @@ union { cylinder {-y, y, 0.11 } cylinder {-z, z, 0.11 } } + // XXX not very tested + #local Rt2 = 0.009; + torus { .25, .005 } + torus { .25, Rt2 rotate x*90 } + torus { .25, Rt2 rotate z*90 } + // clignotement de la lumiere \o/ #local kR = 0.065; #local xR = (rand(Rng2)-0.5000) * kR; @@ -54,9 +60,13 @@ union { fade_power 1.58 } } -texture { New_Penny } -// } +#if (rand(Rng1) < 0.20) + texture { New_Penny } +#else + texture { GoldDark } #end +// } +#end // macro // --------------------------------------------------------- /*