Compare commits

..

No commits in common. "4e960026d261aee7a3c2d94cba8ddc208186648b" and "93ef224bac3dbdcd9243c4deefd21474f78f27d2" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ object { Repere scale 2 translate y*2 }
#declare Pos = sqrt(NormClock+0.02); #declare Pos = sqrt(NormClock+0.02);
#declare PosCam = Interpolate(Debut, Fin, Pos); #declare PosCam = Interpolate(Debut, Fin, Pos);
#declare LatX = 1.414 * sin(NormClock*7.1); #declare LatX = 3 * sin(NormClock*7.1);
#declare LatCam = PosCam + <LatX, -20, -(4+(NormClock+11))>; #declare LatCam = PosCam + <LatX, -20, -(4+(NormClock+11))>;
camera { camera {

View File

@ -17,7 +17,7 @@ fi
# echo "plot timing $sequence" >> WS/log # echo "plot timing $sequence" >> WS/log
count=$( grep $sequence WS/mp4.timing | wc -l ) count=$( grep $sequence WS/mp4.timing | wc -l )
echo "$count samples for $sequence" echo "$count samples for $sequence" | tee -a WS/log
grep $sequence WS/mp4.timing | tail -4000 | awk \ grep $sequence WS/mp4.timing | tail -4000 | awk \
-v nbframes=$NBFRAMES \ -v nbframes=$NBFRAMES \