camera tuning
This commit is contained in:
@@ -39,14 +39,14 @@ object { HexaWood translate P }
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
#declare CamY = 32 + (12.36 * Cos_01(NormClock));
|
||||
#declare LatY = -3 + ( 1.12 * NormClock);
|
||||
#declare CamY = 32 - (21.36 * Cos_01(NormClock));
|
||||
#declare LatY = -4 + ( 2.12 * NormClock);
|
||||
|
||||
camera {
|
||||
location <-3.60, CamY, 21.09>
|
||||
location <-3.60, CamY, 10.09>
|
||||
look_at <0, LatY, 0>
|
||||
// focal_point <2, 1, 12>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
angle 45 + (6*NormClock)
|
||||
angle 45 + (82*NormClock)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user