diff --git a/hexawood.inc b/hexawood.inc index 1367455..78302a8 100644 --- a/hexawood.inc +++ b/hexawood.inc @@ -106,8 +106,18 @@ union { #declare HW_Anneau0 = object { -torus { Hc_rad*0.31, 0.05 scale <1, 0.75, 1> - texture { GoldDark } translate y*0.32 } +merge { + torus { Hc_rad*0.31, 0.06 scale <1, 0.55, 1> } + #for (Foo, 0, 359, 60) + #local DX = Hc_rad*0.31 * sin(radians(Foo)); + #local DZ = Hc_rad*0.31 * cos(radians(Foo)); + #local HC = 0.30 + (0.03*rand(Rng2)); + cone { 0, 0.035, y*HC, 0.0001 translate } + #end // FOR + } +texture { GoldDark } +rotate y * 45 * Cos_010(NormClock) +translate y*0.32 } #declare HexaWood = object