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"
// ---------------------------------------------------------
// dessiner une grille
#for (Foo, -150, 150, 10)
cylinder { <-150, 0, Foo>, <150, 0, Foo>, 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 }
camera {
location <45, 126, 18>
look_at <0, 1.18, 0.17 + NormClock>
angle 49
look_at <0, 1.18, 0.17>
angle 50
}

View File

@ -23,8 +23,8 @@ object { Repere scale 2 translate y*2 }
// =======================================================
#declare Debut = <-3, 87, 47> ;
#declare Fin = < 2, 91, 8> ;
#declare Debut = <-3, 87, 47> ;
#declare Fin = < 2, 91, 7> ;
#declare Pos = Cos_01(NormClock);
#declare PosCam = Interpolate(Debut, Fin, Pos);

View File

@ -3,7 +3,7 @@
Img_Width=1024
Img_Height=720
TEXTCOL="OliveDrab1"
STROKOL="Black"
TEXTCOL="CornflowerBlue"
STROKOL="RosyBrown"
NBFRAMES=360

View File

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