ready for the next run ?
This commit is contained in:
17
contexte.inc
17
contexte.inc
@@ -24,7 +24,7 @@ union {
|
||||
|
||||
#declare RedB_0_X = 19; #declare RedB_0_Z = 29;
|
||||
|
||||
#declare RedB_1_X = -24; #declare RedB_1_Z = 8;
|
||||
#declare RedB_1_X = -34; #declare RedB_1_Z = 11;
|
||||
|
||||
// XXX #declare RedB_2_X = 36; #declare RedB_2_Z = -21;
|
||||
#declare RedB_2_X = 2; #declare RedB_2_Z = -40;
|
||||
@@ -109,7 +109,7 @@ union {
|
||||
|
||||
#macro Les_GyroPhares ()
|
||||
union {
|
||||
#local E = SzSol * 0.471;
|
||||
#local E = SzSol * 0.496;
|
||||
#for (Idx, 0, 359, 60)
|
||||
#local Ang = radians(Idx+9.33);
|
||||
#local Dx = E * sin(Ang);
|
||||
@@ -290,9 +290,9 @@ union {
|
||||
object { Chose () translate < 20, 0, -36> }
|
||||
/* a l'exterieur du 'circular' */
|
||||
#for (foo, 0, 359, 18)
|
||||
#local CK = radians(foo + (9*rand(Rng1)));
|
||||
#local DX = 76 * sin(CK);
|
||||
#local DZ = 74 * cos(CK);
|
||||
#local CK = radians(foo + (8*rand(Rng1)));
|
||||
#local DX = 71 * sin(CK);
|
||||
#local DZ = 67 * cos(CK);
|
||||
object { Chose () translate < DX, 0, DZ> } // XXX
|
||||
#end
|
||||
}
|
||||
@@ -345,7 +345,7 @@ sky_sphere {
|
||||
[ 0.9 color rgb <.5, .5, .47> ]
|
||||
[ 1.0 color Gray20 ]
|
||||
}
|
||||
turbulence 3.14159 + 0.84 * Cos_010(NormClock)
|
||||
turbulence 2.222 + 0.84 * Cos_010(NormClock)
|
||||
scale 1.600
|
||||
// translate -1
|
||||
}
|
||||
@@ -382,10 +382,10 @@ union {
|
||||
object { HorlogeDouble rotate y*(104*NormClock)
|
||||
translate < 8, 0, -30> }
|
||||
object { Les_Choses }
|
||||
object { Les_Arches (1.9) rotate y*132 translate <-34, 0, -26> }
|
||||
object { Les_Arches (1.9) rotate y*112 translate <-34, 0, -26> }
|
||||
|
||||
// XXX object { Les_Cahutes () rotate y*17 translate <2, 0, -40> }
|
||||
object { Les_Cahutes () rotate y*17 translate <37, 0, -20> }
|
||||
object { Les_Cahutes () rotate y*17 translate <39, 0, -20> }
|
||||
|
||||
/* --------- les trucs dans le Y négatif */
|
||||
// object { Trois_Arches (1.4) scale 2.4 translate <0, 0, -131> }
|
||||
@@ -400,7 +400,6 @@ union {
|
||||
#end // for
|
||||
|
||||
/* --------- les trucs dans le Y positif */
|
||||
// object { OpenBox(1.6, 0.11) translate <-3, 3.58, 112> }
|
||||
object { Blob_Boxed scale 4 translate <-3, 3.58, 112> }
|
||||
object { Blob_Boxed scale 4 rotate y*45 translate <3, 6.7, 161> }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user