From 36f1e1df37d15d4c451777d78ec12b925c10ba33 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sat, 3 Jan 2026 08:30:54 +0100 Subject: [PATCH] fix an include order bug --- all.inc | 4 ++++ escadrille.pov | 2 -- hexabenz.pov | 1 - hexawood.pov | 2 -- topview.pov | 2 -- trident.pov | 2 -- 6 files changed, 4 insertions(+), 9 deletions(-) diff --git a/all.inc b/all.inc index 264ab07..c388f3b 100644 --- a/all.inc +++ b/all.inc @@ -19,6 +19,10 @@ // les constructions en chantier #include "xperiment.inc" +// et on assemble tout ! #include "contexte.inc" +// les machins qui bougent +#include "dynamic.inc" + #debug "+++++++++++++++++++++++++++ FIN ALL\n" diff --git a/escadrille.pov b/escadrille.pov index 8fdef1b..e7844ad 100644 --- a/escadrille.pov +++ b/escadrille.pov @@ -12,8 +12,6 @@ // ======================================================= -#include "dynamic.inc" - #local Y_mean = 0; #local Y_count = 0; diff --git a/hexabenz.pov b/hexabenz.pov index e0c0fb4..0cdbaa7 100644 --- a/hexabenz.pov +++ b/hexabenz.pov @@ -12,7 +12,6 @@ object { Le_Decor } - // object { Repere scale 2 } #declare Loc_cam = <0, 2, 2*NormClock> + (Pos_RedB_0 * 1.32); diff --git a/hexawood.pov b/hexawood.pov index 94e66e9..c3386b7 100644 --- a/hexawood.pov +++ b/hexawood.pov @@ -10,8 +10,6 @@ #include "all.inc" -#include "dynamic.inc" - // ======================================================= object { Le_Decor } diff --git a/topview.pov b/topview.pov index 63a4eed..05f47ce 100644 --- a/topview.pov +++ b/topview.pov @@ -19,8 +19,6 @@ object { HexaCone () rotate y*RrY translate TrH } */ -#include "dynamic.inc" - object { HexaCone () rotate z*9.1 translate <7, 3+NormClock, -8> } object { HexaBenz () translate <-9+NormClock, 2, -6> } diff --git a/trident.pov b/trident.pov index 4a2c19b..94cc7fa 100644 --- a/trident.pov +++ b/trident.pov @@ -8,8 +8,6 @@ #include "all.inc" -#include "dynamic.inc" - // ======================================================= object { Le_Decor }