preparing the next release, stay tuned
This commit is contained in:
22
hexacone.pov
22
hexacone.pov
@@ -6,27 +6,23 @@
|
||||
|
||||
#include "globals.inc"
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
#include "textures.inc"
|
||||
#include "stones.inc"
|
||||
|
||||
#include "contexte.inc"
|
||||
#include "elements.inc"
|
||||
#include "hexabenz.inc"
|
||||
|
||||
|
||||
#declare Cone_Repere = object
|
||||
{
|
||||
union {
|
||||
object { HexaCone () }
|
||||
object { Repere translate <-0.4, -0.2, -0.5> }
|
||||
// object { Repere translate <-0.4, -0.2, -0.5> }
|
||||
}
|
||||
}
|
||||
|
||||
#local K = 1.48;
|
||||
object { Cone_Repere rotate y*90 translate -x*K }
|
||||
object { Cone_Repere translate x*K }
|
||||
object { Cone_Repere rotate y*90 translate <-K, 1.2, 0> }
|
||||
object { Cone_Repere translate < K, 1.1, 0> }
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
// =======================================================
|
||||
|
||||
@@ -37,10 +33,10 @@ light_source { <19, 9, -14>, rgb <0.87, 0.79, 0.70> }
|
||||
|
||||
camera {
|
||||
location <-1.9+(8*NormClock), 0.70, 7.59-NormClock>
|
||||
look_at <0.37, 0.0, 0>
|
||||
focal_point <0.37, 0.0, 0>
|
||||
aperture 0.046
|
||||
blur_samples 30
|
||||
look_at <0.37, 0.70, 0>
|
||||
// focal_point <0.37, 0.90, 0>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
angle 55 - 28 * Cos_01(NormClock)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user