a lot of patches

This commit is contained in:
Tonton Th
2026-01-14 14:01:20 +01:00
parent 83c8ce3f79
commit 0c4aa1a31c
16 changed files with 96 additions and 70 deletions

View File

@@ -218,9 +218,9 @@ blob {
#declare UnderHoles = array[6]
#for (Idx, 0, 5)
#local Angle = (Idx + 0.19) * 1.090;
#local Px = sin(Angle) * (SzSol * 0.97);
#local Pz = cos(Angle) * (SzSol * 1.04);
#local Angle = (Idx + 0.19) * 1.09; // magic numbers ?
#local Px = sin(Angle) * (SzSol * 0.98);
#local Pz = cos(Angle) * (SzSol * 1.02);
#declare UnderHoles[Idx] = <Px, 0, Pz>;
#end
@@ -229,7 +229,7 @@ blob {
difference {
// plane { y, 0 }
#local Big = 300;
box { <-Big, -0.19, -Big>, < Big, 0.0000, Big> }
box { <-Big, -0.21, -Big>, < Big, 0.0000, Big> }
#undef Big
#for (Foo, 0, 5)
cylinder { -y*5, y*5, 3.1 translate UnderHoles[Foo] }
@@ -337,9 +337,9 @@ sky_sphere {
gradient y
color_map {
[ 0.2 color Gray20 ]
[ 0.4 color rgb <.5, .45, .4> ]
[ 0.4 color rgb <.5, .45, .43> ]
[ 0.7 color Gray50 ]
[ 0.9 color rgb <.5, .5, .45> ]
[ 0.9 color rgb <.5, .5, .47> ]
[ 1.0 color Gray20 ]
}
turbulence 3.14159 + 0.84 * Cos_010(NormClock)
@@ -381,7 +381,7 @@ union {
object { Les_Cahutes () translate <2, 0, -40> }
/* les trucs dans le Y négatif */
/* --------- les trucs dans le Y négatif */
object { Trois_Arches (1.4) scale 2.7 translate <0, 0, -131> }
object { OpenBox(1.5, 0.06) translate <-19, 1.49, -88> }
@@ -391,6 +391,11 @@ union {
#for (Foo, 0, 5)
object { Les_Cahutes () translate <29, 0, -(77+Foo*11)> }
#end // for
/* --------- les trucs dans le Y positif */
object { OpenBox(1.6, 0.11) translate <0, 2.58, 112> }
object { OpenBox(1.6, 0.11) rotate y*45 translate <0, 4.7, 166> }
}
}
/* ------------------------------------------------------------ */