/* * 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 "all.inc" object { Le_Decor } // ======================================================= #declare Debut = <-3, 89, 188> ; #declare Fin = < 2, 91, -15> ; #declare Pos = sqrt(NormClock+0.02); #declare PosCam = Interpolate(Debut, Fin, Pos); #declare LatX = 0.414 * sin(NormClock*6.1); #declare LatZ = -9 + (NormClock+11); #declare LatCam = PosCam + ; // object { Repere scale 2 translate LatCam } camera { location PosCam look_at 0 right angle 80 }