/* * H E X A C O N E - S U R V O L * nouveau projet du Thu Dec 5 11:37:05 AM UTC 2024 */ #version 3.7; #include "globals.inc" #include "contexte.inc" #include "hexacone.inc" #include "hexabenz.inc" #include "hexawood.inc" #include "trident.inc" // ======================================================= #include "dynamic.inc" object { Le_Decor } object { Repere scale 2 translate y*2 } // ======================================================= #declare Debut = <-3, 87, 47> ; #declare Fin = < 2, 99, 7> ; #declare Pos = Cos_01(NormClock); #declare PosCam = Interpolate(Debut, Fin, Pos); #declare LatCam = PosCam + <-1, -20, -(NormClock+9)>; camera { location PosCam look_at LatCam angle 58 }