release of the official "full-v2" video

This commit is contained in:
Tonton Th
2025-02-14 19:47:29 +01:00
parent 14a03b78eb
commit cd65855f2c
18 changed files with 137 additions and 62 deletions

View File

@@ -33,7 +33,7 @@ light_source {
#declare QuadriLight = object
{
#local T = E_QuadriLight;
#local H = H_QuadriLight;
#local H = H_QuadriLight * 2;
// #local H = 5;
union {
@@ -46,8 +46,8 @@ union {
// =======================================================
// object { OpenBox translate y*1.30 }
#local RX = -19 + (20*sin(NormClock*9.81) + 8*sin(NormClock*23));
#local RZ = 30 - (14*Cos_010(NormClock));
#local RX = -11 + (10*sin(NormClock*9.81) + 3*sin(NormClock*23));
#local RZ = 26 - (14*Cos_010(NormClock));
object { HexaWood rotate <RX, 37, 0> translate y*0.777 }
// object { QuadriPole translate <-3, 0, 2> }
@@ -65,9 +65,9 @@ object { QuadriLight }
#local CamX = -2.7 + (3.8*Cos_010(NormClock));
#local CamY = 0.81 + (4*sqrt(NormClock));
#local CamZ = 2.7 - (0.8*Cos_010(NormClock));
#local CamZ = 6.9 - (0.8*Cos_010(NormClock));
camera {
location <CamX, CamY, 9.99>
look_at <0, 0.79, 0>
location <CamX, CamY, CamZ>
look_at <0, 0.92, 0>
angle 32 + 4*Cos_01(NormClock)
}