Compare commits

..

2 Commits

Author SHA1 Message Date
Tonton Th
89e4e1420e cosmetic on texts 2025-04-28 20:09:04 +02:00
Tonton Th
41af9f42d2 adjust camera 2025-04-28 20:08:15 +02:00
4 changed files with 8 additions and 8 deletions

View File

@ -36,7 +36,7 @@ object { Le_Decor }
// object { Repere scale 3 translate <SzSol, 2, SzSol> } // object { Repere scale 3 translate <SzSol, 2, SzSol> }
#local DistCam = 280; #local DistCam = 280;
#local CK = 0.56 + (0.72 * NormClock); #local CK = 0.56 + (0.52 * NormClock);
#declare CamX = DistCam * sin(CK); #declare CamX = DistCam * sin(CK);
#declare CamY = 28; #declare CamY = 28;
#declare CamZ = DistCam * cos(CK); #declare CamZ = DistCam * cos(CK);

View File

@ -23,8 +23,8 @@ object { Le_Decor }
// ======================================================= // =======================================================
#declare Debut = <-3, 87, 94> ; #declare Debut = <-3, 87, 111> ;
#declare Fin = < 2, 91, 21> ; #declare Fin = < 2, 91, 31> ;
#declare Pos = Cos_01(NormClock); #declare Pos = Cos_01(NormClock);
#declare PosCam = Interpolate(Debut, Fin, Pos); #declare PosCam = Interpolate(Debut, Fin, Pos);

View File

@ -3,7 +3,7 @@
Img_Width=1024 Img_Width=1024
Img_Height=720 Img_Height=720
TEXTCOL="VioletRed" TEXTCOL="Yellow"
STROKOL="LawnGreen" STROKOL="Green"
NBFRAMES=360 NBFRAMES=360

View File

@ -36,7 +36,7 @@ echo "linkfarm $SRC" | tee -a WS/log
local INTER="/dev/shm/tmp-intertitre.png" local INTER="/dev/shm/tmp-intertitre.png"
tools/plot-timing.sh $1 tools/plot-timing.sh $1
local NBRE=60 local NBRE=33
convert "WS/negatif.png" \ convert "WS/negatif.png" \
-gravity north \ -gravity north \
@ -121,8 +121,8 @@ do
-strokewidth 2 -stroke $STROKOL \ -strokewidth 2 -stroke $STROKOL \
-annotate +0+${Ypos} \ -annotate +0+${Ypos} \
"un film de\ntTh des Bourtoulots" \ "un film de\ntTh des Bourtoulots" \
-pointsize 48 \ -pointsize 52 \
-strokewidth 1 \ -strokewidth 2 \
-gravity south \ -gravity south \
-annotate +0+110 "${datetime}" \ -annotate +0+110 "${datetime}" \
${TMP} ${TMP}