From c156230406f6cf1e2ade19f72b414eac54e150c1 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sun, 12 Oct 2025 16:49:28 +0200 Subject: [PATCH] ajout piliers sur rail circular --- contexte.inc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/contexte.inc b/contexte.inc index cd07c04..45b2935 100644 --- a/contexte.inc +++ b/contexte.inc @@ -131,12 +131,22 @@ union { object { HexaPole () translate } #end // for - torus { R_circular, 0.25 + torus { R_circular, 0.28 scale <1, 0.3210, 1> translate 0.33*y // !!! pigment { color Cyan } texture { T_Planete_A scale 3 } } + + #for (Ang, 0,359, 2) + #local Ra = radians(Ang); + #local Xp = R_circular * cos(Ra); + #local Zp = R_circular * sin(Ra); + cylinder { 0, 0.33*y, 0.10 + translate + texture { T_Planete_A scale 3 } + } + #end } } /* ======================================================= */