a lot of cosmetic

This commit is contained in:
Tonton Th
2025-09-12 03:56:21 +02:00
parent 11717a4f6a
commit 898828b49d
11 changed files with 35 additions and 27 deletions

View File

@@ -23,8 +23,8 @@ object { Le_Decor }
// =======================================================
#declare Debut = <-3, 87, 131> ;
#declare Fin = < 2, 91, 31> ;
#declare Debut = <-3, 87, 151> ;
#declare Fin = < 2, 91, 41> ;
#declare Pos = Cos_01(NormClock);
#declare PosCam = Interpolate(Debut, Fin, Pos);
@@ -33,6 +33,6 @@ object { Le_Decor }
camera {
location PosCam
look_at LatCam
angle 58
angle 56
}