HexaCone/hexabenz.pov

36 lines
660 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-05 10:18:06 +11:00
object { HexaBenz }
2025-01-05 04:56:37 +11:00
// =======================================================
light_source { <19, 7, 14>, rgb <0.77, 0.79, 0.80> }
light_source { <19, 7, -14>, rgb <0.77, 0.79, 0.80> }
2025-01-05 10:18:06 +11:00
// object { Repere scale 2 }
2025-01-05 04:56:37 +11:00
camera {
location <-1.9+(5*NormClock), 0.50, 6.59>
look_at <0.37, 0.0, 0>
focal_point <0.37, 0.0, 0>
aperture 0.046
blur_samples 30
angle 60 - 21 * Cos_01(NormClock)
}