preparation edition automnale
This commit is contained in:
11
circular.pov
11
circular.pov
@@ -21,19 +21,18 @@ object { Le_Decor }
|
||||
|
||||
// =======================================================
|
||||
|
||||
#declare R_circ = R_circular + 2;
|
||||
#declare CK = NormClock * 2 * 3.141592654;
|
||||
#declare R_circ = R_circular;
|
||||
#declare CK = NormClock * 3.141592654;
|
||||
|
||||
#declare CamX = R_circ * cos(CK);
|
||||
#declare CamY = 3.08;
|
||||
#declare CamY = 3.08 + abs(sin(CK/4.00));
|
||||
#declare CamZ = R_circ * sin(CK);
|
||||
|
||||
#declare LatX = R_circ * 0.92 * cos(CK + 0.09);
|
||||
#declare LatX = R_circ * 0.93 * cos(CK + 0.09);
|
||||
#declare LatY = 3;
|
||||
#declare LatZ = R_circ * 0.91 * sin(CK + 0.09);
|
||||
#declare LatZ = R_circ * 0.93 * sin(CK + 0.09);
|
||||
|
||||
camera {
|
||||
// orthographic
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at <LatX, LatY, LatZ>
|
||||
angle 66
|
||||
|
||||
Reference in New Issue
Block a user