last minute camera tuning
This commit is contained in:
@@ -87,7 +87,7 @@ light_source { <23, 10, 15>, rgb <0.77, 0.79, 0.80> }
|
||||
|
||||
// -------------------------------------------------------------
|
||||
camera {
|
||||
location <9+NormClock, 1.60+(9.8*NormClock), 11.59>
|
||||
location <9+NormClock, 1.60+(11*NormClock), 11.59>
|
||||
look_at <0.0, 0.0, 0>
|
||||
right <image_width/image_height, 0, 0>
|
||||
#if (0)
|
||||
@@ -95,6 +95,6 @@ camera {
|
||||
aperture 0.046
|
||||
blur_samples 30
|
||||
#end
|
||||
angle 57
|
||||
angle 61 - (5*NormClock)
|
||||
}
|
||||
|
||||
|
||||
@@ -46,5 +46,5 @@ camera {
|
||||
// focal_point <2, 1, 12>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
angle 3.5
|
||||
angle 5.1
|
||||
}
|
||||
|
||||
@@ -24,10 +24,10 @@ object { Le_Decor }
|
||||
#declare DY_lat = 2.10 + NormClock;
|
||||
#else
|
||||
#declare DX_cam = -4.9 * sin(CK);
|
||||
#declare DY_cam = 9.9 + (3*NormClock);
|
||||
#declare DY_cam = 9.9 + (5*NormClock);
|
||||
#declare DZ_cam = -2.6 * cos(CK);
|
||||
|
||||
#declare DY_lat = -5;
|
||||
#declare DY_lat = 0;
|
||||
#end
|
||||
|
||||
#declare Loc_cam = <DX_cam, DY_cam, DZ_cam> + Pos_RedB_2;
|
||||
|
||||
Reference in New Issue
Block a user