commit du dimanche soir de la flemme
This commit is contained in:
24
hexabenz.pov
24
hexabenz.pov
@@ -9,11 +9,21 @@
|
||||
#include "contexte.inc"
|
||||
#include "hexacone.inc"
|
||||
#include "hexabenz.inc"
|
||||
#include "hexawood.inc"
|
||||
#include "trident.inc"
|
||||
|
||||
#include "dynamic.inc"
|
||||
|
||||
#local K = 1.48;
|
||||
object { HexaBenz () rotate y*90 translate <-K, 2.85, 0> }
|
||||
object { HexaBenz () translate < K, 2.67, 0> }
|
||||
#declare BiBenz = object
|
||||
{
|
||||
#local K = 1.41;
|
||||
union {
|
||||
object { HexaBenz () rotate y*90 translate <-K, 1.75, 0> }
|
||||
object { HexaBenz () translate < K, 1.71, 0> }
|
||||
}
|
||||
}
|
||||
|
||||
object { BiBenz translate Pos_RedB_0 }
|
||||
|
||||
// =======================================================
|
||||
|
||||
@@ -22,12 +32,14 @@ object { Le_Decor }
|
||||
|
||||
// object { Repere scale 2 }
|
||||
|
||||
#declare Loc_cam = <0, 2, 1> + (Pos_RedB_0 * 1.33333);
|
||||
|
||||
camera {
|
||||
location <-3.9+(11*NormClock), 1.90, 7.59-NormClock>
|
||||
look_at <0.17, 1.47, 0>
|
||||
location Loc_cam
|
||||
look_at Pos_RedB_0 + <0, 1, 0>
|
||||
// focal_point <0.37, 0.0, 0>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
angle 60 - 28 * Cos_01(NormClock)
|
||||
angle 40 - 15 * Cos_01(NormClock)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user