#######################################################################################################################################
# #
# A N I M A T I O N D E T E X T U R E S : #
# #
# #
# Author of '$xiirs/.PROJ.82.3.$U' : #
# #
# Jean-Francois Colonna (LACTAMME, 20050919115231). #
# #
#######################################################################################################################################
$Z setParam _____Detourage 48
$Z setParam _____Convolution 4
#20150610102750____:$Z Pal #
$c #include <stdio.h>
$c
$c #define N0 Premiere
$c #define N Derniere
$c
$c int main()
$c {
$c int n;
$c
$c for (n=N0 ; n<=N ; n++)
$c {
$c printf("$xci/detourage.13$Z $_____imagesR11.%04d $xTV/DETOURAGE $_____Detourage\n"
$c ,n
$c );
$c
$c printf("$xci/convol.01$X
$c A=$xTV/DETOURAGE$ROUGE
$c points=$_____Convolution
$c R=$_____imagesR114.%04d$ROUGE
$c $formatI\n"
$c ,n
$c );
$c printf("$xci/convol.01$X
$c A=$xTV/DETOURAGE$VERTE
$c points=$_____Convolution
$c R=$_____imagesR114.%04d$VERTE
$c $formatI\n"
$c ,n
$c );
$c printf("$xci/convol.01$X
$c A=$xTV/DETOURAGE$BLEUE
$c points=$_____Convolution
$c R=$_____imagesR114.%04d$BLEUE
$c $formatI\n"
$c ,n
$c );
$c
$c }
$c }