Update for latest render

This commit is contained in:
Matt McWilliams 2021-07-26 10:56:37 -04:00
parent 7f6488cad6
commit e7c34f7415
4 changed files with 5821 additions and 1834 deletions

View File

@ -15,6 +15,6 @@ Width=1080
Height=1920
Initial_Frame=1
Final_Frame=900
Final_Frame=2880
Initial_Clock=0
Final_Clock=1

View File

@ -8,7 +8,7 @@
#include "./path.inc"
#include "./changes.inc"
#declare TOTAL_FRAMES = 900.0;
#declare TOTAL_FRAMES = 2880.0;
#declare X = 50;
#declare Y = 50;
@ -20,7 +20,7 @@
#declare CAM_Z = -200;
#declare FRAME = floor(clock * TOTAL_FRAMES);
#declare colorChoice = Changes[FRAME][0];
#declare colorChoice = Changes[FRAME];
#declare color1 = <LogoColors[colorChoice][0], LogoColors[colorChoice][1], LogoColors[colorChoice][2]>;
@ -52,7 +52,7 @@ global_settings {
look_at <0, 0, 0>
angle 50
right -x*(image_width/image_height)
aperture 2.4
aperture 5.6
blur_samples 200
variance 1/10000
focal_point <0, 0, 0>

File diff suppressed because it is too large Load Diff

3786
path.inc

File diff suppressed because it is too large Load Diff