Compare commits

..

No commits in common. "55a174f4f2c81c49e7e07ba774be63cb664cc172" and "898828b49d376985ea44eb17d64a010507f6b294" have entirely different histories.

4 changed files with 12 additions and 17 deletions

View File

@ -31,7 +31,7 @@ object { Repere scale 10 translate y*7 }
object { Le_Decor }
camera {
location <45, 159+(26*NormClock), 18-(42*NormClock)>
location <45, 139+(20*NormClock), 18-(42*NormClock)>
look_at <0, 1.18, 0.17 + (2.9*NormClock)>
angle 50
}

View File

@ -18,7 +18,7 @@ union {
object { HexaBenz () translate < K, 1.71, 0> }
}
}
object { BiBenz rotate -y*(clock*0.21) translate Pos_RedB_0 }
object { BiBenz rotate -y*(clock*0.19) translate Pos_RedB_0 }
#declare BiCone = object
{
@ -47,7 +47,7 @@ object { HexaCone () rotate y*((12*NormClock)+80) translate P }
#for (Foo, 0, 5)
#declare Dy = rand(Rng1)-3+(11*NormClock);
#declare Tr = UnderHoles[Foo] + <0, Dy, 0>;
#declare Ry = ((rand(Rng1)-NormClock)*87);
#declare Ry = ((rand(Rng1)-NormClock)*77);
#write (Trid, Foo, " ", NormClock, " ", Dy, " ",
Ry, " ", Tr, "\n")
object { Trident_A () rotate y*Ry translate Tr }
@ -55,7 +55,6 @@ object { HexaCone () rotate y*((12*NormClock)+80) translate P }
#fclose Trid
/*
* ----------------------------
* echange hexacone et hexabenz
*/
#declare HC_A = <0.03, 2.18, 0.17>;
@ -63,19 +62,17 @@ object { HexaCone () rotate y*((12*NormClock)+80) translate P }
#declare HC_P = Interpolate(HC_A, HC_B, Cos_01(NormClock));
#declare RX = -9+(NormClock*11);
#declare RY = 122 * (exp(NormClock) - 1.0);
#declare RZ = 33 * cos(NormClock*7.65);
object { HexaCone ()
rotate <RX, RY, RZ>
rotate <RX, RY, -4>
translate HC_P
}
#declare HB_A = <-5.00, 10.0, 6.33>;
#declare HB_B = < 0.03, 2.32, -0.37>;
#declare HB_P = Interpolate(HB_A, HB_B, Cos_01(NormClock));
#declare RX = Cos_01(NormClock);
#declare RY = -75 * (exp(NormClock*1.8) - 1.0);
#declare RZ = abs(33 * sin(NormClock*7.65));
#declare RZ = -7+(7*NormClock);
object { HexaBenz ()
rotate <RX, RY, RZ> translate HB_P }
rotate <6, RY, RZ> translate HB_P }
/*
* passage d'un hexawood près de la base
@ -83,7 +80,7 @@ object { HexaBenz ()
#declare A = <-25, 0.4, (SzSol/2)+4>;
#declare B = < 29, 0.5, (SzSol/2)+1>;
#declare P = Interpolate(A, B, NormClock);
#local K = NormClock*31;
#local K = NormClock*36;
#local R = 16.64 * cos(K);
#local H = 0.52 * pow(sin(K), 3);
#declare P_hexawood = P + <0, 0.26+H, 0>;

View File

@ -22,7 +22,7 @@ object { Le_Decor }
// object { Repere scale 2 }
#declare Loc_cam = <0, 2, 2*NormClock> + (Pos_RedB_0 * 1.42);
#declare Loc_cam = <0, 2, NormClock> + (Pos_RedB_0 * 1.33333);
camera {
location Loc_cam

View File

@ -64,11 +64,9 @@ do
copy_a_file $src
done
PIC=$( printf "%s/%05d.png" $SRC $((NBFRAMES-1)) )
# echo "End pic $PIC" >> WS/log
for foo in $(seq 0 $NBRE)
do
copy_a_file "$PIC"
copy_a_file "$SRC/00359.png"
done
}
# -------------------------------------------------------
@ -104,12 +102,12 @@ echo
faire_la_fin ()
{
local NBRE=160
datetime=$(LANG=fr date -u +"%Y/%m/%d %H:%M")
datetime=$(LANG=fr date -u +"%Y/%m/%d")
echo $datetime | tee -a WS/log
local SRC="frames/escadrille/00299.png"
local GRAY="/dev/shm/tmp-titre.png"
convert -colorspace gray -colors 23 $SRC $GRAY
convert -colorspace gray -colors 27 $SRC $GRAY
for foo in $(seq 0 $NBRE)
do
@ -123,7 +121,7 @@ do
-strokewidth 2 -stroke $STROKOL \
-annotate +0+${Ypos} \
"un film de\ntTh des Bourtoulots" \
-pointsize 48 \
-pointsize 52 \
-strokewidth 1 \
-gravity south \
-annotate +0+110 "${datetime}" \