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

@@ -14,6 +14,7 @@
#include "contexte.inc"
#include "elements.inc"
#include "hexabenz.inc"
#include "hexawood.inc"
object { Le_Decor }
@@ -23,10 +24,20 @@ object { Le_Decor }
object { HexaCone () rotate y*((6*NormClock)+80) translate P }
// object { HexaCone () rotate z*9.1 translate <5, 3, -8> }
object { HexaBenz () translate <-4, 2, -5> }
object { HexaBenz () rotate y*(clock/9) translate <-4, 2, -5> }
// light_source { <-16, 17, -24>, rgb <0.51, 0.65, 0.40> }
// object { Repere scale 2 }
// ---------------------------------------------------------
#declare A = <-21, -0.9, SzSol+9>;
#declare B = < 33, -0.7, SzSol+7>;
#declare P = Interpolate(A, B, NormClock);
object { HexaWood translate P }
// cylinder { A, B, 0.10 pigment { color Cyan } }
// ---------------------------------------------------------
// object { Repere scale 3 translate y }
#local DistCam = 239;
#local CK = 0.70 * NormClock;