HexaCone/scene.pov
2025-01-12 02:33:39 +01:00

47 lines
885 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 "colors.inc"
#include "metals.inc"
#include "textures.inc"
#declare NormClock = clock / 360.0;
#include "contexte.inc"
#include "elements.inc"
#include "hexabenz.inc"
object { Le_Decor }
object { HexaCone ()
rotate < 3, 0, -4>rotate y*17 translate y*1.11 }
object { HexaBenz ()
rotate <6, 40, -7> translate <-12, 3, 11> }
#declare CK = 56 + (clock * 1);
#declare Dcam = 2.17;
#declare CamX = Dcam * sin(radians(CK));
#declare CamZ = Dcam * 1.20 * cos(radians(CK));
#declare CamZ = CamZ - 0.11;
#declare Lat = <0.03, 1.08, 0.17>;
camera {
location <CamX, 1.23, CamZ>
look_at Lat
focal_point Lat
aperture 0.046
blur_samples 30
angle 72
}
/**
light_source { <CamX*1.3, 1.35, 1.2+(CamZ*1.3)>,
rgb <0.47, 0.65, 0.49> }
**/