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,10 +33,10 @@ object { Le_Decor }
// =======================================================
#local CamX = -1.7 + (1.1*Cos_01(NormClock));
#local CamX = -2.7 + (1.4*Cos_01(NormClock));
#local CamY = 2.58 + (0.034*sqrt(NormClock));
camera {
location <CamX, CamY, 5.50>
location <CamX, CamY, 5.40>
look_at <0, 1.6, 0>
angle 38 - 5*Cos_01(NormClock)
angle 39 - 5*Cos_01(NormClock)
}