HexaCone/hexacone.pov
2026-01-02 21:15:55 +01:00

30 lines
550 B
POVRay

/*
* H E X A C O N E - H E X A C O N E
*/
#version 3.7;
#include "globals.inc"
#include "all.inc"
object { Le_Decor }
// =======================================================
// object { Repere scale 2 }
#declare Loc_cam = <2, 2.7-NormClock, 1> + (Pos_RedB_1 * 1.383);
camera {
location Loc_cam
#local H = 1.16 + (NormClock*0.34);
look_at Pos_RedB_1 + <0.02, H, 0>
right <image_width/image_height, 0, 0>
// focal_point <0.37, 0.90, 0>
// aperture 0.046
// blur_samples 30
angle 55 - 25 * Cos_01(NormClock)
}