39 lines
813 B
POVRay
39 lines
813 B
POVRay
/*
|
|
* H E X A C O N E - E S S A I
|
|
* nouveau projet du Thu Dec 5 11:37:05 AM UTC 2024
|
|
*
|
|
* this sequence was created on Fri Feb 13 01:20:24 PM UTC 2026
|
|
*/
|
|
|
|
#version 3.7;
|
|
|
|
#include "globals.inc"
|
|
#declare NO_DYNAMIC = 0;
|
|
#include "all.inc"
|
|
|
|
object { Le_Decor }
|
|
|
|
// object { Repere scale 5 translate y*4 }
|
|
|
|
/* =============================================================== */
|
|
|
|
#declare CamX = 90 - (4 * NormClock);
|
|
#declare CamY = 196;
|
|
#declare CamZ = 170 - (33 * NormClock);
|
|
|
|
/* XXX to be verified !
|
|
#declare LatX = Loc_Patrouille.x;
|
|
#declare LatY = Loc_Patrouille.y;
|
|
#declare LatZ = Loc_Patrouille.z;
|
|
*/
|
|
|
|
camera {
|
|
location <CamX, CamY, CamZ>
|
|
look_at Loc_Patrouille
|
|
|
|
right <image_width/image_height, 0, 0>
|
|
angle 14
|
|
}
|
|
|
|
/* =============================================================== */
|