fix an include order bug
This commit is contained in:
parent
a575e428b2
commit
36f1e1df37
4
all.inc
4
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"
|
||||
|
||||
@ -12,8 +12,6 @@
|
||||
|
||||
// =======================================================
|
||||
|
||||
#include "dynamic.inc"
|
||||
|
||||
#local Y_mean = 0;
|
||||
#local Y_count = 0;
|
||||
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
|
||||
// object { Repere scale 2 }
|
||||
|
||||
#declare Loc_cam = <0, 2, 2*NormClock> + (Pos_RedB_0 * 1.32);
|
||||
|
||||
@ -10,8 +10,6 @@
|
||||
|
||||
#include "all.inc"
|
||||
|
||||
#include "dynamic.inc"
|
||||
|
||||
// =======================================================
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
@ -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> }
|
||||
|
||||
|
||||
@ -8,8 +8,6 @@
|
||||
|
||||
#include "all.inc"
|
||||
|
||||
#include "dynamic.inc"
|
||||
|
||||
// =======================================================
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user