thi is a really big commit

This commit is contained in:
Tonton Th
2025-10-10 12:52:49 +02:00
parent a5f2e41502
commit 8c60007b71
20 changed files with 136 additions and 78 deletions

View File

@@ -65,7 +65,7 @@ union {
#macro GyroPhare_lampe ()
union {
difference {
cylinder { 0, y*H_gylampe, R_gyro }
cylinder { 0, y*H_gylampe, R_gyro * 1.12345678 }
cylinder { y*0.01, y*(H_gylampe-0.01), R_gyro*0.97 }
#local WB = 0.017;
union {
@@ -111,7 +111,8 @@ union {
}
#end
/* ======================================================= */
/* 11 avril 2025, je pose un grand cercle d'hexapoles
/* 11 avril 2025, je pose un grand cercle d'hexapoles
* 9 octobre 2025, je rajoute un rail circulaire
*/
#declare Les_HexaPoles = object
{
@@ -128,7 +129,14 @@ union {
#local Xp = E * cos(Ra);
#local Zp = E * sin(Ra);
object { HexaPole () translate <Xp, 0, Zp> }
#end
#end // for
torus { R_circular, 0.25
scale <1, 0.3210, 1>
translate 0.33*y
// !!! pigment { color Cyan }
texture { T_Planete_A scale 3 }
}
}
}
/* ======================================================= */