preparing the next release, stay tuned
This commit is contained in:
12
topview.pov
12
topview.pov
@@ -7,10 +7,6 @@
|
||||
|
||||
#include "globals.inc"
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
#include "textures.inc"
|
||||
|
||||
#include "contexte.inc"
|
||||
#include "elements.inc"
|
||||
#include "hexabenz.inc"
|
||||
@@ -32,14 +28,14 @@ object { HexaBenz () translate <-4, 2, -6> }
|
||||
light_source { <-16, 17, -24>, rgb <0.51, 0.65, 0.40> }
|
||||
// object { Repere scale 2 }
|
||||
|
||||
#declare CamY = 19 - (4.5*NormClock);
|
||||
#declare CamY = 31 + (9.999*NormClock);
|
||||
#declare LatY = -3 + NormClock;
|
||||
|
||||
camera {
|
||||
location <-3.60, CamY, 21.09>
|
||||
look_at <0, LatY, 0>
|
||||
focal_point <2, 1, 12>
|
||||
aperture 0.046
|
||||
blur_samples 30
|
||||
// focal_point <2, 1, 12>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
angle 45 + (5*NormClock)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user