un bon gros paquet de changements :)
This commit is contained in:
14
orbite.pov
14
orbite.pov
@@ -51,7 +51,7 @@ union {
|
||||
}
|
||||
// =======================================================
|
||||
|
||||
#local RO = 4.95;
|
||||
#local RO = 5.29;
|
||||
#local CK = NormClock * 13.37;
|
||||
|
||||
#declare PosX = RO * sin(CK);
|
||||
@@ -67,9 +67,17 @@ object { HexaCone ()
|
||||
rotate y*CK*99.22 translate <PosX, PosY, PosZ>
|
||||
}
|
||||
|
||||
#declare PosX = RO * sin(CK+3.14);
|
||||
#declare PosX = RO * 1.5 * sin(CK+3.14);
|
||||
#declare PosY = 0;
|
||||
#declare PosZ = RO * cos(CK+3.23);
|
||||
object { Trident_A ()
|
||||
rotate x*clock
|
||||
rotate y*CK*99.22 translate <PosX, PosY, PosZ>
|
||||
}
|
||||
|
||||
#declare PosX = RO * sin(CK+5.14);
|
||||
#declare PosY = 0;
|
||||
#declare PosZ = RO * cos(CK+5.14);
|
||||
object { HexaStar
|
||||
rotate y*CK*99.22 translate <PosX, PosY, PosZ>
|
||||
}
|
||||
@@ -79,7 +87,7 @@ light_source { <23, 8, 15>, rgb <0.77, 0.79, 0.80> }
|
||||
|
||||
// -------------------------------------------------------------
|
||||
camera {
|
||||
location <8+NormClock, -1.0+(8.6*NormClock), 11.59>
|
||||
location <9+NormClock, 1.60+(8.6*NormClock), 11.59>
|
||||
look_at <0.0, 0.0, 0>
|
||||
right <image_width/image_height, 0, 0>
|
||||
#if (0)
|
||||
|
||||
Reference in New Issue
Block a user