HexaCone/hexacone.pov

36 lines
740 B
POVRay
Raw Normal View History

2025-01-14 00:46:45 +11:00
/*
* H E X A C O N E - H E X A C O N E
*/
#version 3.7;
#include "globals.inc"
#include "contexte.inc"
#include "elements.inc"
#include "hexabenz.inc"
#local K = 1.48;
2025-02-19 12:49:16 +11:00
object { HexaCone () rotate y*90 translate <-K, 1.7, 1> }
object { HexaCone () translate < K, 1.6, 1> }
2025-01-27 13:34:51 +11:00
object { Le_Decor }
2025-01-14 00:46:45 +11:00
// =======================================================
2025-02-19 12:49:16 +11:00
// light_source { <19, 7, 14>, rgb <0.77, 0.79, 0.80> }
// light_source { <19, 9, -14>, rgb <0.87, 0.79, 0.70> }
2025-01-14 00:46:45 +11:00
// object { Repere scale 2 }
camera {
2025-02-19 12:49:16 +11:00
location
<-1.9+(8*NormClock), 0.70+NormClock, 7.59-NormClock>
look_at <0.07, 1.55, 0>
2025-01-27 13:34:51 +11:00
// focal_point <0.37, 0.90, 0>
// aperture 0.046
// blur_samples 30
2025-02-19 12:49:16 +11:00
angle 55 - 26 * Cos_01(NormClock)
2025-01-14 00:46:45 +11:00
}