preparation edition automnale
This commit is contained in:
18
contexte.inc
18
contexte.inc
@@ -102,7 +102,7 @@ union {
|
||||
union {
|
||||
#local E = SzSol * 0.431;
|
||||
#for (Idx, 0, 359, 60)
|
||||
#local Ang = radians(Idx+7.33);
|
||||
#local Ang = radians(Idx+9.33);
|
||||
#local Dx = E * sin(Ang);
|
||||
#local Dz = E * cos(Ang);
|
||||
object { GyroPhare () translate <Dx, H_sol, Dz> }
|
||||
@@ -117,8 +117,13 @@ union {
|
||||
{
|
||||
|
||||
union {
|
||||
#for (Ang, 0, 359, 15)
|
||||
#local E = R_circular + (8*rand(Rng1));
|
||||
#for (Ang, 0, 359, 8)
|
||||
#local De = 3.6 + (0.5*rand(Rng1));
|
||||
#if (rand(Rng1) < 0.50)
|
||||
#local E = R_circular + De;
|
||||
#else
|
||||
#local E = R_circular - De;
|
||||
#end
|
||||
#local Ra = radians(Ang);
|
||||
#local Xp = E * cos(Ra);
|
||||
#local Zp = E * sin(Ra);
|
||||
@@ -156,7 +161,7 @@ union {
|
||||
|
||||
object { HexaBalls
|
||||
texture { Lightning2 scale 0.56 }
|
||||
rotate <-clock, clock*0.33333, clock>
|
||||
rotate <-clock, clock*0.33333, clock*3>
|
||||
translate <4, 1.11*Cos_010(NormClock), -3>
|
||||
}
|
||||
}
|
||||
@@ -212,7 +217,7 @@ difference {
|
||||
cylinder { -y*5, y*5, 3.4 translate UnderHoles[Foo] }
|
||||
#end
|
||||
}
|
||||
texture { T_Planete_A scale 0.42 }
|
||||
texture { T_Planete_B scale 0.42 }
|
||||
/*
|
||||
texture {
|
||||
pigment { color Gray20 }
|
||||
@@ -291,13 +296,14 @@ union {
|
||||
}
|
||||
#end
|
||||
|
||||
#if (0)
|
||||
light_source {
|
||||
<-4, 54, -7>
|
||||
colour Gray50
|
||||
parallel
|
||||
point_at 0
|
||||
}
|
||||
|
||||
#end
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user