view from the sky
This commit is contained in:
parent
32f4b403e2
commit
3ab1079214
32
survol.pov
Normal file
32
survol.pov
Normal file
@ -0,0 +1,32 @@
|
||||
/*
|
||||
* 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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user