HexaCone/survol.pov
2025-02-01 17:31:21 +01:00

33 lines
615 B
POVRay

/*
* 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 "elements.inc"
#include "hexabenz.inc"
// =======================================================
object { Le_Decor }
// =======================================================
#declare Debut = <-3, 42, 47> ;
#declare Fin = < 2, 45, 7> ;
#declare Pos = Cos_01(NormClock);
#declare PosCam = Interpolate(Debut, Fin, Pos);
#declare LatCam = PosCam + <-1, -20, -9>;
camera {
location PosCam
look_at LatCam
angle 52
}