cosmetic
This commit is contained in:
parent
61382ed12a
commit
c08ff78ce9
@ -24,14 +24,14 @@ outfile=$(printf "WS/troid/%05d.png" $clock)
|
|||||||
echo $timestamp $texte $outfile
|
echo $timestamp $texte $outfile
|
||||||
|
|
||||||
convert ${TMPF} \
|
convert ${TMPF} \
|
||||||
-pointsize 24 \
|
-pointsize 22 \
|
||||||
-font Courier-Bold \
|
-font Courier-Bold \
|
||||||
-fill Orange \
|
-fill Orange \
|
||||||
-annotate +15+16 "$timestamp" \
|
-annotate +15+22 "$timestamp" \
|
||||||
-annotate +15+38 "$texte" \
|
-annotate +15+48 "$texte" \
|
||||||
-pointsize 16 \
|
-pointsize 16 \
|
||||||
-gravity south-west \
|
-gravity south-west \
|
||||||
-annotate +15+6 "tTh & Konrad" \
|
-annotate +15+9 "tTh & Konrad" \
|
||||||
${outfile}
|
${outfile}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,8 +31,8 @@ height_field {
|
|||||||
translate <-0.5, 0, -0.5>
|
translate <-0.5, 0, -0.5>
|
||||||
}
|
}
|
||||||
texture {
|
texture {
|
||||||
pigment { color Gray80 }
|
pigment { color Gray70 }
|
||||||
finish { phong 0.50 }
|
finish { phong 0.55 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ light_source { < -15, 2.3, 17> color Green*0.25 }
|
|||||||
// ----------------------------------------------------------------------
|
// ----------------------------------------------------------------------
|
||||||
|
|
||||||
camera {
|
camera {
|
||||||
location <-8, 4-NormClock, 1 + (5*NormClock)>
|
location <-8, 4-(1.5*NormClock), 1 + (5*NormClock)>
|
||||||
look_at <0, 0, 0>
|
look_at <0, 0, 0>
|
||||||
right x*image_width/image_height
|
right x*image_width/image_height
|
||||||
angle 33
|
angle 33
|
||||||
|
Loading…
Reference in New Issue
Block a user