/* * 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" #declare NO_DYNAMIC = 0; #include "all.inc" object { Le_Decor } // XXX instrumenter la caméra serait un GROS plus !!! // ======================================================= #declare Debut = <-4, 89, 284> ; #declare Fin = < 5, 91, -6> ; #declare Pos = sqrt(NormClock); #declare PosCam = Interpolate(Debut, Fin, Pos); #declare LatX = 0.414 * sin(NormClock*6.1); #declare LatZ = -(150 + (7*NormClock)); #declare LatCam = PosCam + ; // object { Repere scale 20 translate LatCam + y*5 } camera { location PosCam look_at LatCam right angle 66 }