HexaCone/survol.pov
2025-03-31 03:55:29 +02:00

39 lines
746 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 "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, 54> ;
#declare Fin = < 2, 91, 8> ;
#declare Pos = Cos_01(NormClock);
#declare PosCam = Interpolate(Debut, Fin, Pos);
#declare LatCam = PosCam + <-1, -20, -(NormClock+10)>;
camera {
location PosCam
look_at LatCam
angle 58
}