HexaCone/hexawood.pov
2025-11-13 21:40:14 +01:00

35 lines
585 B
POVRay

/*
* H E X A C O N E - H E X A W O O D
*
* le troisième de la famille.
*/
#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, 10.9-NormClock>;
#declare LAT = <P_hexawood.x, 0.95, P_hexawood.z>;
camera {
location LOC
look_at LAT
angle 26 + 2.11*NormClock
}