ready for the next run ?
This commit is contained in:
@@ -20,6 +20,7 @@ object { Le_Decor }
|
||||
|
||||
#declare CamX = 1.72;
|
||||
#declare CamY = 7 + (4*Cos_01(NormClock));
|
||||
#declare CamZ = -2.5;
|
||||
|
||||
#declare LatX = 20 * cos(CK*1.08);
|
||||
#declare LatY = 3.0 - sqrt(NormClock);
|
||||
@@ -28,7 +29,7 @@ object { Le_Decor }
|
||||
|
||||
camera {
|
||||
// orthographic
|
||||
location <CamX, CamY, 0>
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at <LatX, LatY, LatZ>
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 65 + (NormClock * 15)
|
||||
|
||||
Reference in New Issue
Block a user