HexaCone/hexawood.pov
2025-11-13 17:50:23 +01:00

38 lines
672 B
POVRay

/*
* H E X A C O N E - H E X A W O O D
*
*
*/
#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 translate <10, 1, 10> }
#declare LOC = <19-NormClock, 1.60, 13.9-NormClock>;
#declare P1 = <-25, 0.4, (SzSol/2)+4>;
#declare Pos = Interpolate(P1, P_hexawood, NormClock);
#declare LAT = <Pos.x, 0.9, Pos.z>;
// object { Repere translate Pos }
camera {
location LOC
look_at Pos
angle 26 + 2.11*NormClock
}