HexaCone/hexabenz.pov

41 lines
821 B
POVRay
Raw Normal View History

2025-01-05 04:56:37 +11:00
/*
* 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"
2025-01-07 02:06:26 +11:00
#local K = 1.48;
2025-01-27 13:34:51 +11:00
object { HexaBenz () rotate y*90 translate <-K, 1.2, 0> }
object { HexaBenz () translate < K, 1.2, 0> }
2025-01-05 04:56:37 +11:00
// =======================================================
2025-01-27 13:34:51 +11:00
object { Le_Decor }
// 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-05 04:56:37 +11:00
2025-01-14 00:47:58 +11:00
// object { Repere scale 2 }
2025-01-05 04:56:37 +11:00
camera {
2025-01-07 02:06:26 +11:00
location <-1.9+(8*NormClock), 0.70, 7.59-NormClock>
2025-01-27 13:34:51 +11:00
look_at <0.37, 0.9, 0>
// focal_point <0.37, 0.0, 0>
// aperture 0.046
// blur_samples 30
2025-01-12 12:33:39 +11:00
angle 60 - 28 * Cos_01(NormClock)
2025-01-05 04:56:37 +11:00
}