premier commit du printemps
This commit is contained in:
16
hexabenz.pov
16
hexabenz.pov
@@ -14,16 +14,6 @@
|
||||
|
||||
#include "dynamic.inc"
|
||||
|
||||
#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 }
|
||||
|
||||
// =======================================================
|
||||
|
||||
@@ -32,14 +22,14 @@ object { Le_Decor }
|
||||
|
||||
// object { Repere scale 2 }
|
||||
|
||||
#declare Loc_cam = <0, 2, 1> + (Pos_RedB_0 * 1.33333);
|
||||
#declare Loc_cam = <0, 2, NormClock> + (Pos_RedB_0 * 1.33333);
|
||||
|
||||
camera {
|
||||
location Loc_cam
|
||||
look_at Pos_RedB_0 + <0, 1, 0>
|
||||
look_at Pos_RedB_0 + <0, 1.20, 0>
|
||||
// focal_point <0.37, 0.0, 0>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
angle 40 - 15 * Cos_01(NormClock)
|
||||
angle 40 - 14 * Cos_01(NormClock)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user