From b123e035d213163f9cda084ef9a0471b1fe020b1 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Thu, 13 Nov 2025 21:40:14 +0100 Subject: [PATCH] symplify camera --- hexawood.pov | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/hexawood.pov b/hexawood.pov index bd02099..807a0e5 100644 --- a/hexawood.pov +++ b/hexawood.pov @@ -1,7 +1,7 @@ /* * H E X A C O N E - H E X A W O O D * - * + * le troisième de la famille. */ #version 3.7; @@ -22,16 +22,13 @@ object { Le_Decor } // object { Repere translate <10, 1, 10> } -#declare LOC = <19-NormClock, 1.60, 13.9-NormClock>; +#declare LOC = <19-NormClock, 1.60, 10.9-NormClock>; -#declare P1 = <-25, 0.4, (SzSol/2)+4>; -#declare Pos = Interpolate(P1, P_hexawood, NormClock); -#declare LAT = ; -// object { Repere translate Pos } +#declare LAT = ; camera { location LOC - look_at Pos + look_at LAT angle 26 + 2.11*NormClock }