le commit en chocolat

This commit is contained in:
Tonton Th
2025-04-22 00:49:18 +02:00
parent a9ec016184
commit c82f6f4de5
18 changed files with 176 additions and 132 deletions

View File

@@ -19,16 +19,16 @@
object { Le_Decor }
object { Repere scale 2 translate y*2 }
// object { Repere scale 2 translate y*2 }
// =======================================================
#declare Debut = <-3, 87, 54> ;
#declare Fin = < 2, 91, 8> ;
#declare Debut = <-3, 87, 94> ;
#declare Fin = < 2, 91, 21> ;
#declare Pos = Cos_01(NormClock);
#declare PosCam = Interpolate(Debut, Fin, Pos);
#declare LatCam = PosCam + <-1, -20, -(NormClock+10)>;
#declare LatCam = PosCam + <-1, -20, -(3+(NormClock+11))>;
camera {
location PosCam