last commits before xmas
This commit is contained in:
22
contexte.inc
22
contexte.inc
@@ -101,7 +101,7 @@ union {
|
||||
|
||||
#macro Les_GyroPhares ()
|
||||
union {
|
||||
#local E = SzSol * 0.431;
|
||||
#local E = SzSol * 0.455;
|
||||
#for (Idx, 0, 359, 60)
|
||||
#local Ang = radians(Idx+9.33);
|
||||
#local Dx = E * sin(Ang);
|
||||
@@ -175,13 +175,13 @@ union {
|
||||
object { HexaBalls
|
||||
texture { Lightning1 scale 0.44 }
|
||||
rotate <clock/3, clock/4, clock/9>
|
||||
translate <2, 0.51+Cos_010(NormClock), 4>
|
||||
translate <2, 0.57+Cos_010(NormClock), 4>
|
||||
}
|
||||
|
||||
object { HexaBalls
|
||||
texture { Lightning2 scale 0.56 }
|
||||
rotate <-clock, clock*0.33333, clock*3>
|
||||
translate <4, 0.31+Cos_010(NormClock), -3>
|
||||
translate <4, 0.61+Cos_010(NormClock), -3>
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -196,7 +196,7 @@ blob {
|
||||
threshold 0.01
|
||||
sphere { <0, 0, 0>, RHBlo, 1 }
|
||||
#local E = RHBlo * 1.210;
|
||||
#local W = 0.1;
|
||||
#local W = 0.15;
|
||||
sphere { <-E, 0, 0>, RHBlo2, W }
|
||||
sphere { < E, 0, 0>, RHBlo2, W }
|
||||
sphere { < 0, -E, 0>, RHBlo2, W }
|
||||
@@ -213,15 +213,12 @@ blob {
|
||||
/*
|
||||
* on rempli le tableau avec la place des trous
|
||||
*/
|
||||
// XXX #fopen Holes "WS/holes.log" write
|
||||
#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);
|
||||
#declare UnderHoles[Idx] = <Px, 0, Pz>;
|
||||
// XXX #write (Holes, Idx, " ", Angle, " ", UnderHoles[Idx], "\n")
|
||||
#end
|
||||
// XXX #fclose Holes
|
||||
|
||||
#declare Underground = object
|
||||
{
|
||||
@@ -249,8 +246,6 @@ union {
|
||||
}
|
||||
}
|
||||
|
||||
// XXX object { Repere scale 25 translate y + Pos_RedB_2 }
|
||||
|
||||
/* ======================================================= */
|
||||
/*
|
||||
* nouvel éclairage du 10 février 2025
|
||||
@@ -288,7 +283,7 @@ union {
|
||||
object { Chose () translate < 20, 0, -32> }
|
||||
/* a l'exterieur du 'circular' */
|
||||
#for (foo, 0, 359, 18)
|
||||
#local CK = radians(foo + (5*rand(Rng1)));
|
||||
#local CK = radians(foo + (9*rand(Rng1)));
|
||||
#local DX = 66 * sin(CK);
|
||||
#local DZ = 64 * cos(CK);
|
||||
object { Chose () translate < DX, 0, DZ> } // XXX
|
||||
@@ -372,12 +367,13 @@ union {
|
||||
object { Les_HexaPoles }
|
||||
object { Horloge rotate y*27 translate < 3, 0, -30> }
|
||||
object { Les_Choses }
|
||||
object { Les_Arches (1) rotate y*59 translate <-22, 0, -20> }
|
||||
object { Les_Arches (2) rotate y*152 translate <-34, 0, -26> }
|
||||
object { Les_Arches (1.9) rotate y*152 translate <-34, 0, -26> }
|
||||
|
||||
object { Les_Cahutes () translate <23, 0, -10> }
|
||||
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 { OpenBox(1.5, 0.06) translate <-16, 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> }
|
||||
|
||||
Reference in New Issue
Block a user