commit du soir, espoir
This commit is contained in:
10
orbite.pov
10
orbite.pov
@@ -28,7 +28,7 @@ difference {
|
||||
box { <-BN, -BN, -HC>, <BN, BN, HC> }
|
||||
}
|
||||
texture {
|
||||
pigment { color rgb <0.20, 0.40, 0.10> }
|
||||
pigment { color rgb <0.20, 0.30, 0.10> }
|
||||
finish { reflection 0.15 }
|
||||
}
|
||||
}
|
||||
@@ -37,7 +37,7 @@ texture {
|
||||
{
|
||||
sphere { 0, R_planete }
|
||||
texture {
|
||||
pigment { rgb <0.70, 0.50, 0.70> }
|
||||
pigment { rgb <0.40, 0.50, 0.70> }
|
||||
finish { reflection 0.15 }
|
||||
}
|
||||
}
|
||||
@@ -52,19 +52,19 @@ union {
|
||||
// =======================================================
|
||||
|
||||
#local RO = 4.15;
|
||||
#local CK = NormClock * 22.64;
|
||||
#local CK = NormClock * 13.37;
|
||||
|
||||
#declare PosX = RO * sin(CK);
|
||||
#declare PosY = 0;
|
||||
#declare PosZ = RO * cos(CK);
|
||||
object { HexaBenz ()
|
||||
rotate -y*CK*6.333 translate <PosX, PosY, PosZ>
|
||||
rotate -y*CK*12.333 translate <PosX, PosY, PosZ>
|
||||
}
|
||||
#declare PosX = RO * sin(CK+2.12);
|
||||
#declare PosY = 0;
|
||||
#declare PosZ = RO * cos(CK+2.23);
|
||||
object { HexaCone ()
|
||||
rotate y*CK*5.222 translate <PosX, PosY, PosZ>
|
||||
rotate y*CK*14.222 translate <PosX, PosY, PosZ>
|
||||
}
|
||||
|
||||
object { Planete rotate (-clock*0.21)*y }
|
||||
|
||||
Reference in New Issue
Block a user