video release
This commit is contained in:
@@ -11,14 +11,17 @@ global_settings {
|
||||
}
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
#include "textures.inc"
|
||||
#include "elements.inc"
|
||||
|
||||
#declare NormClock = clock / 180.0;
|
||||
#include "contexte.inc"
|
||||
#include "elements.inc"
|
||||
|
||||
object { HexaCone rotate y*17 translate y*1.11 }
|
||||
|
||||
#declare CK = 56 + (clock * 2);
|
||||
#declare Dcam = 1.97;
|
||||
#declare Dcam = 2.04;
|
||||
#declare CamX = Dcam * sin(radians(CK));
|
||||
#declare CamZ = Dcam * 1.20 * cos(radians(CK));
|
||||
#declare CamZ = CamZ - 0.11;
|
||||
@@ -28,7 +31,7 @@ camera {
|
||||
location <CamX, 1.23, CamZ>
|
||||
look_at Lat
|
||||
focal_point Lat
|
||||
aperture 0.056
|
||||
aperture 0.052
|
||||
blur_samples 33
|
||||
angle 70
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user