HexaCone/scene.pov
2025-02-04 01:06:18 +01:00

42 lines
793 B
POVRay

/*
* H E X A C O N E
* nouveau projet Thu Dec 5 11:37:05 AM UTC 2024
*/
#version 3.7;
#include "globals.inc"
#include "contexte.inc"
#include "elements.inc"
#include "hexabenz.inc"
object { Le_Decor }
object { HexaCone ()
rotate < 3, 0, -4> rotate y*17 translate y*1.41 }
object { HexaBenz ()
rotate <6, 40, -7> translate <-8, 3, 7> }
#declare CK = 96 + (clock * 1);
#declare Dcam = 2.42;
#declare CamX = Dcam * sin(radians(CK));
#declare CamZ = Dcam * 1.20 * cos(radians(CK));
#declare CamZ = CamZ - 0.11; // why ?
#declare Lat = <0.03, 1.18, 0.17>;
camera {
location <CamX, 1.23, CamZ>
look_at Lat
// focal_point Lat
// aperture 0.046
// blur_samples 30
angle 70
}
/**
light_source { <CamX*1.3, 1.35, 1.2+(CamZ*1.3)>,
rgb <0.47, 0.65, 0.49> }
**/