big revamping, part 1

This commit is contained in:
Tonton Th
2026-01-02 21:15:55 +01:00
parent f5b2e1c227
commit a575e428b2
26 changed files with 148 additions and 189 deletions

View File

@@ -7,19 +7,10 @@
#include "globals.inc"
#include "contexte.inc"
#include "hexacone.inc"
#include "hexabenz.inc"
#include "hexawood.inc"
#include "trident.inc"
// =======================================================
#include "dynamic.inc"
#include "all.inc"
object { Le_Decor }
object { Repere scale 2 translate y*2 }
// =======================================================
@@ -29,12 +20,15 @@ object { Repere scale 2 translate y*2 }
#declare PosCam = Interpolate(Debut, Fin, Pos);
#declare LatX = 0.414 * sin(NormClock*6.1);
#declare LatCam = PosCam + <LatX, -20, -(4+(NormClock+11))>;
#declare LatZ = -9 + (NormClock+11);
#declare LatCam = PosCam + <LatX, 1, LatZ>;
//
object { Repere scale 2 translate LatCam }
camera {
location PosCam
look_at LatCam
look_at 0
right <image_width/image_height, 0, 0>
angle 50
angle 80
}