Compare commits

..

No commits in common. "05ab348be3f09eddb0622ec9b73b26134b48c8b5" and "ebe9eba8da4069ecea1e1a0b37aef3d33bbc1d10" have entirely different histories.

4 changed files with 8 additions and 10 deletions

View File

@ -16,8 +16,6 @@
#include "dynamic.inc" #include "dynamic.inc"
// --------------------------------------------------------- // ---------------------------------------------------------
// dessiner une grille
#for (Foo, -150, 150, 10) #for (Foo, -150, 150, 10)
cylinder { <-150, 0, Foo>, <150, 0, Foo>, 0.12 } cylinder { <-150, 0, Foo>, <150, 0, Foo>, 0.12 }
cylinder { <Foo, 0, -150>, <Foo, 0, 150>, 0.12 } cylinder { <Foo, 0, -150>, <Foo, 0, 150>, 0.12 }
@ -25,12 +23,12 @@
// --------------------------------------------------------- // ---------------------------------------------------------
object { Repere scale 15 translate y*5 } object { Repere scale 15 translate 4 }
object { Le_Decor } object { Le_Decor }
camera { camera {
location <45, 126, 18> location <45, 126, 18>
look_at <0, 1.18, 0.17 + NormClock> look_at <0, 1.18, 0.17>
angle 49 angle 50
} }

View File

@ -24,7 +24,7 @@ object { Repere scale 2 translate y*2 }
// ======================================================= // =======================================================
#declare Debut = <-3, 87, 47> ; #declare Debut = <-3, 87, 47> ;
#declare Fin = < 2, 91, 8> ; #declare Fin = < 2, 91, 7> ;
#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="OliveDrab1" TEXTCOL="CornflowerBlue"
STROKOL="Black" STROKOL="RosyBrown"
NBFRAMES=360 NBFRAMES=360

View File

@ -42,7 +42,7 @@ convert "WS/negatif.png" \
-gravity north \ -gravity north \
-font $FONTE \ -font $FONTE \
-pointsize 96 \ -pointsize 96 \
-kerning 10 \ -kerning 8 \
-fill $TEXTCOL \ -fill $TEXTCOL \
-strokewidth 2 -stroke $STROKOL \ -strokewidth 2 -stroke $STROKOL \
-annotate +0+530 "$1" \ -annotate +0+530 "$1" \