commits du dimanche soir, espoir
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#include "globals.inc"
|
||||
|
||||
#declare NO_DYNAMIC = 1;
|
||||
#include "all.inc"
|
||||
|
||||
// =======================================================
|
||||
@@ -66,6 +67,13 @@ object { HexaCone ()
|
||||
rotate y*CK*99.22 translate <PosX, PosY, PosZ>
|
||||
}
|
||||
|
||||
#declare PosX = RO * sin(CK+3.12);
|
||||
#declare PosY = 0;
|
||||
#declare PosZ = RO * cos(CK+3.23);
|
||||
object { HexaStar ()
|
||||
rotate y*CK*99.22 translate <PosX, PosY, PosZ>
|
||||
}
|
||||
|
||||
object { Planete rotate (-clock*0.21)*y }
|
||||
light_source { <23, 6, 15>, rgb <0.77, 0.79, 0.80> }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user