From 1d91199ebb5826f1931b4bc5465e3d953d2d327f Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Fri, 3 Jan 2025 19:17:36 +0100 Subject: [PATCH] tweak the cam --- topview.pov | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/topview.pov b/topview.pov index c9b96b8..7d469aa 100644 --- a/topview.pov +++ b/topview.pov @@ -1,6 +1,6 @@ /* * H E X A C O N E - T O P V I E W - * nouveau projet Thu Dec 5 11:37:05 AM UTC 2024 + * nouveau projet du Thu Dec 5 11:37:05 AM UTC 2024 */ #version 3.7; @@ -33,8 +33,8 @@ object { HexaCone rotate y*RrY translate TrH } camera { location <-3.60, CamY, 21.09> look_at <0, LatY, 0> - // focal_point <0, 1, 0> - // aperture 0.046 - // blur_samples 30 - angle 45 + focal_point <2, 1, 12> + aperture 0.046 + blur_samples 30 + angle 45 + (5*NormClock) }