From 438cb71b43a0daa8affb158af7bd4b0ff8010f5e Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sun, 25 Jan 2026 08:42:30 +0100 Subject: [PATCH] increase zoom-out --- topview.pov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topview.pov b/topview.pov index 64d8f22..0c927d6 100644 --- a/topview.pov +++ b/topview.pov @@ -45,5 +45,5 @@ camera { // focal_point <2, 1, 12> // aperture 0.046 // blur_samples 30 - angle 45 + (58*NormClock) + angle 45 + (63*NormClock) }