commit du dimanche soir de la flemme
This commit is contained in:
25
hexacone.pov
25
hexacone.pov
@@ -9,11 +9,21 @@
|
||||
#include "contexte.inc"
|
||||
#include "hexacone.inc"
|
||||
#include "hexabenz.inc"
|
||||
// #include "trident.inc"
|
||||
#include "hexawood.inc"
|
||||
#include "trident.inc"
|
||||
|
||||
#local K = 1.48;
|
||||
object { HexaCone () rotate y*90 translate <-K, 2.7, 1> }
|
||||
object { HexaCone () translate < K, 2.6, 1> }
|
||||
#include "dynamic.inc"
|
||||
|
||||
#declare BiCone = object
|
||||
{
|
||||
#local K = 1.27;
|
||||
union {
|
||||
object { HexaCone () rotate y*90 translate <-K, 1.7, 1> }
|
||||
object { HexaCone () translate < K, 1.9, 1> }
|
||||
}
|
||||
}
|
||||
|
||||
object { BiCone translate Pos_RedB_0 }
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
@@ -24,10 +34,11 @@ object { Le_Decor }
|
||||
|
||||
// object { Repere scale 2 }
|
||||
|
||||
#declare Loc_cam = <2, 2, -1> + (Pos_RedB_0 * 1.263);
|
||||
|
||||
camera {
|
||||
location
|
||||
<-1.9+(8*NormClock), 0.70+NormClock, 7.59-NormClock>
|
||||
look_at <0.07, 1.55, 0>
|
||||
location Loc_cam
|
||||
look_at Pos_RedB_0 + <0.12, 1.10, 0>
|
||||
// focal_point <0.37, 0.90, 0>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
|
||||
Reference in New Issue
Block a user