a lot of change, stay tuned

This commit is contained in:
Tonton Th
2025-02-19 02:49:16 +01:00
parent 532560518c
commit db5eedffe1
17 changed files with 285 additions and 205 deletions

View File

@@ -12,17 +12,20 @@
#include "hexabenz.inc"
#include "hexawood.inc"
object { Le_Decor }
/* XXX
#declare TrX = 1.84 * sqrt(NormClock);
#declare TrY = 0.90 + (3.5 * Cos_01(NormClock));
#declare TrZ = 9.999 * sqrt(NormClock);
#declare TrH = <TrX, TrY, TrZ>;
#declare RrY = 97 * sqrt(NormClock);
object { HexaCone () rotate y*RrY translate TrH }
*/
object { HexaCone () rotate z*9.1 translate <5, 3, -8> }
object { HexaBenz () translate <-4, 2, -6> }
#include "dynamic.inc"
object { HexaCone () rotate z*9.1 translate <7, 3, -8> }
object { HexaBenz () translate <-9+NormClock, 2, -6> }
/*
* nouveau 11 fevrier 2025
@@ -32,11 +35,12 @@ object { HexaBenz () translate <-4, 2, -6> }
#declare P = Interpolate(A, B, NormClock);
object { HexaWood translate P }
// light_source { <-16, 17, -24>, rgb <0.51, 0.65, 0.40> }
// object { Repere scale 2 }
object { Le_Decor }
#declare CamY = 31 + (13.37*Cos_01(NormClock));
#declare LatY = -3 + NormClock;
#declare LatY = -3 + (1.12*NormClock);
camera {
location <-3.60, CamY, 21.09>