From 5f69f2f286cf852b3b0af6f7deac07d248f4cd4f Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Fri, 19 Dec 2025 21:42:37 +0100 Subject: [PATCH] one more, another to come --- carto.pov | 11 ++++++----- contexte.inc | 2 +- globals.inc | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/carto.pov b/carto.pov index 79883ff..f320ef6 100644 --- a/carto.pov +++ b/carto.pov @@ -20,18 +20,19 @@ // --------------------------------------------------------- // dessiner une grille -#for (Foo, -150, 150, 10) - cylinder { <-150, 0, Foo>, <150, 0, Foo>, 0.11 } - cylinder { , , 0.11 } +#for (Foo, -140, 140, 10) + #local H = 0.17; + cylinder { <-150, H, Foo>, <150, H, Foo>, 0.06 } + cylinder { , , 0.06 } #end // --------------------------------------------------------- -object { Repere scale 10 translate y*7 } +object { Repere scale 10 translate y*10 } object { Le_Decor } camera { - location <45, 179+(56*NormClock), 18-(17*NormClock)> + location <45, 179+(61*NormClock), 18-(17*NormClock)> look_at <0, 1.18, 0.17 + (2.4*NormClock)> right angle 50 diff --git a/contexte.inc b/contexte.inc index 0a690d6..866b9c0 100644 --- a/contexte.inc +++ b/contexte.inc @@ -21,7 +21,7 @@ #declare RedB_1_X = -24; #declare RedB_1_Z = 8; -#declare RedB_2_X = 41; +#declare RedB_2_X = 39; #declare RedB_2_Z = -14; #declare Pos_RedB_0 = ; diff --git a/globals.inc b/globals.inc index e37fb09..650b0d2 100644 --- a/globals.inc +++ b/globals.inc @@ -23,10 +23,10 @@ global_settings { * Some constants... */ -#declare SzSol = 34; +#declare SzSol = 36; #declare H_sol = 0.000; // c'est quoi exactement ? -#declare SzBase = 2.90; +#declare SzBase = 2.97; #declare H_base = 0.23; #declare R_basecone = 0.117;