a lot of patches

This commit is contained in:
Tonton Th
2026-01-14 14:01:20 +01:00
parent 83c8ce3f79
commit 0c4aa1a31c
16 changed files with 96 additions and 70 deletions

View File

@@ -12,11 +12,11 @@
object { Le_Decor }
// XXX instrumenter la caméra serait un GROS plus !!!
// =======================================================
#declare Debut = <-3, 89, 188> ;
#declare Fin = < 2, 91, -25> ;
#declare Debut = <-4, 89, 284> ;
#declare Fin = < 5, 91, -6> ;
#declare Pos = sqrt(NormClock);
#declare PosCam = Interpolate(Debut, Fin, Pos);
@@ -24,12 +24,12 @@ object { Le_Decor }
#declare LatZ = -(150 + (7*NormClock));
#declare LatCam = PosCam + <LatX, -95, LatZ>;
// object { Repere scale 40 translate LatCam + y*5 }
// object { Repere scale 20 translate LatCam + y*5 }
camera {
location PosCam
look_at LatCam
right <image_width/image_height, 0, 0>
angle 72
angle 66
}