last minute camera tuning

This commit is contained in:
Tonton Th
2026-03-26 08:13:02 +01:00
parent baa76d2cf9
commit cde4dac7df
3 changed files with 5 additions and 5 deletions

View File

@@ -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)
}