"Highland, Stephen Ray" wrote:
> I've finally put some animated GIFs together using VPython and could
> use your advice to make them better. Take a look at
> http://comp.uark.edu/~shighla and follow the link to "Biot-Savart
> law animations." I'm going to test them out on some student victims
> this week, but I hope anyone who's willing to look at them will send
> in comments, too! I built them "the hard way" by copying and pasting
> window images using VPython programs that interpolate
> scene.range,scene.center, and scene.forward. I tacked on some
> captions later. I'm eager to hear what you think. Thanks, Steve
> Highland
They look really nice. The way you make them ("the hard way") seems
to me like a LOT of boring work. Maybe you can automate this process
a little bit by automatically export every frame of your animation to
a POVray file by using the povexport.py module. This can be done
automatically in your interpolation programs. After this you can
batch-render all the images with POVray. This way you will get
smoother images and automate the process by avoiding the boring manual
copy/paste cycle.
Give it a try, rendering won't take long, it will probably be faster
than manually copying/pasting the frames.
Markus
|