HexaCone/hexabenz.pov
2025-02-19 02:49:16 +01:00

39 lines
709 B
POVRay

/*
* H E X A C O N E - H E X A B E N Z
*/
#version 3.7;
#include "globals.inc"
#include "colors.inc"
#include "metals.inc"
#include "textures.inc"
#include "stones.inc"
#include "contexte.inc"
#include "elements.inc"
#include "hexabenz.inc"
#local K = 1.48;
object { HexaBenz () rotate y*90 translate <-K, 1.85, 0> }
object { HexaBenz () translate < K, 1.67, 0> }
// =======================================================
object { Le_Decor }
// object { Repere scale 2 }
camera {
location <-3.9+(11*NormClock), 1.90, 7.59-NormClock>
look_at <0.17, 1.47, 0>
// focal_point <0.37, 0.0, 0>
// aperture 0.046
// blur_samples 30
angle 60 - 28 * Cos_01(NormClock)
}