les derniers commits de 2026
This commit is contained in:
20
contexte.inc
20
contexte.inc
@@ -114,6 +114,7 @@ union {
|
||||
/* ======================================================= */
|
||||
/* 11 avril 2025, je pose un grand cercle d'hexapoles
|
||||
* 9 octobre 2025, je rajoute un rail circulaire
|
||||
|
||||
*/
|
||||
#declare Les_HexaPoles = object
|
||||
{
|
||||
@@ -132,6 +133,7 @@ union {
|
||||
object { HexaPole () translate <Xp, 0, Zp> }
|
||||
#end // for
|
||||
|
||||
/* pourquoi ce truc est là ? */
|
||||
torus { R_circular, 0.28
|
||||
scale <1, 0.3210, 1>
|
||||
translate 0.33*y
|
||||
@@ -228,7 +230,7 @@ difference {
|
||||
box { <-Big, -0.19, -Big>, < Big, 0.0000, Big> }
|
||||
#undef Big
|
||||
#for (Foo, 0, 5)
|
||||
cylinder { -y*5, y*5, 3.2 translate UnderHoles[Foo] }
|
||||
cylinder { -y*5, y*5, 3.1 translate UnderHoles[Foo] }
|
||||
#end
|
||||
texture { Ground_Texture }
|
||||
}
|
||||
@@ -239,7 +241,7 @@ difference {
|
||||
#declare Repere = object
|
||||
{
|
||||
union {
|
||||
#local R = 0.015;
|
||||
#local R = 0.01555555;
|
||||
cylinder { 0, <1, 0, 0>, R pigment { color Red } }
|
||||
cylinder { 0, <0, 1, 0>, R pigment { color Green } }
|
||||
cylinder { 0, <0, 0, 1>, R pigment { color Blue } }
|
||||
@@ -333,9 +335,9 @@ sky_sphere {
|
||||
gradient y
|
||||
color_map {
|
||||
[ 0.2 color Gray20 ]
|
||||
[ 0.4 color rgb <.5, .4, .4> ]
|
||||
[ 0.4 color rgb <.5, .45, .4> ]
|
||||
[ 0.7 color Gray40 ]
|
||||
[ 0.9 color rgb <.5, .5, .4> ]
|
||||
[ 0.9 color rgb <.5, .5, .45> ]
|
||||
[ 1.0 color Gray20 ]
|
||||
}
|
||||
turbulence 3.14159 + 0.84 * Cos_010(NormClock)
|
||||
@@ -372,14 +374,14 @@ union {
|
||||
object { Les_Cahutes () rotate y*90 translate <24, 0, -10> }
|
||||
|
||||
/* les trucs dans le Y négatif */
|
||||
object { Les_Arches (4.9) translate <0, 0, -111> }
|
||||
object { Trois_Arches (1.4) scale 2.7 translate <0, 0, -121> }
|
||||
|
||||
object { OpenBox(1.5, 0.06) translate <-16, 1.49, -88> }
|
||||
object { OpenBox(1.5, 0.06) translate <-19, 1.49, -88> }
|
||||
object { OpenBox(1.5, 0.06) translate <-18, 1.52, -104> }
|
||||
object { OpenBox(1.5, 0.06) translate <-17, 1.52, -134> }
|
||||
object { Les_Cahutes () translate <27, 0, -79> }
|
||||
object { OpenBox(1.5, 0.06) translate <-19, 1.52, -134> }
|
||||
object { Les_Cahutes () translate <29, 0, -79> }
|
||||
object { Les_Cahutes () translate <31, 0, -91> }
|
||||
object { Les_Cahutes () translate <29, 0, -104> }
|
||||
object { Les_Cahutes () translate <20, 0, -104> }
|
||||
}
|
||||
}
|
||||
/* ------------------------------------------------------------ */
|
||||
|
||||
Reference in New Issue
Block a user