tuning prises de vues
This commit is contained in:
14
hexacone.pov
14
hexacone.pov
@@ -16,9 +16,17 @@
|
||||
#include "hexabenz.inc"
|
||||
|
||||
|
||||
#declare Cone_Repere = object
|
||||
{
|
||||
union {
|
||||
object { HexaCone () }
|
||||
object { Repere translate <-0.4, -0.2, -0.5> }
|
||||
}
|
||||
}
|
||||
|
||||
#local K = 1.48;
|
||||
object { HexaCone () rotate y*90 translate -x*K }
|
||||
object { HexaCone () translate x*K }
|
||||
object { Cone_Repere rotate y*90 translate -x*K }
|
||||
object { Cone_Repere translate x*K }
|
||||
|
||||
// =======================================================
|
||||
|
||||
@@ -33,6 +41,6 @@ camera {
|
||||
focal_point <0.37, 0.0, 0>
|
||||
aperture 0.046
|
||||
blur_samples 30
|
||||
angle 60 - 28 * Cos_01(NormClock)
|
||||
angle 55 - 28 * Cos_01(NormClock)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user