fix an include order bug

This commit is contained in:
Tonton Th 2026-01-03 08:30:54 +01:00
parent a575e428b2
commit 36f1e1df37
6 changed files with 4 additions and 9 deletions

View File

@ -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"

View File

@ -12,8 +12,6 @@
// =======================================================
#include "dynamic.inc"
#local Y_mean = 0;
#local Y_count = 0;

View File

@ -12,7 +12,6 @@
object { Le_Decor }
// object { Repere scale 2 }
#declare Loc_cam = <0, 2, 2*NormClock> + (Pos_RedB_0 * 1.32);

View File

@ -10,8 +10,6 @@
#include "all.inc"
#include "dynamic.inc"
// =======================================================
object { Le_Decor }

View File

@ -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> }

View File

@ -8,8 +8,6 @@
#include "all.inc"
#include "dynamic.inc"
// =======================================================
object { Le_Decor }