You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
314 B
10 lines
314 B
#! /bin/sh
|
|
echo "#declare BallColor = White" >clr.inc
|
|
if (povray -w30 -h30 -V1 -P +A +KI0 +KF1 +KFF11 +SF6 +EF10 -Iball.pov \
|
|
+Ofire.tga)
|
|
then # mogrify -raise 1x1 e$1??.tga
|
|
montage -geometry 30x30 -tile 100x1 -page 150x30 fire*.tga fire.tga
|
|
mogrify -crop 150x30+0+0 fire.tga
|
|
# animate -delay 7 $1??.tga
|
|
fi
|