Hello,
sorry for getting back to you that late. I'm a little busy these days :-(
Here's what I did to create the model: I use the free version of Google Earth, so there are not that many editing tools available in the GUI. Besides, I don't think I would have wanted to draw all the plate boundaries by hand. Therefore, apart from reading the standard documentation of Google Earth, I also peeked into the developer documentation, especially the one on the
KML format and then decided to do most of the work by transforming the original polygon data of Peter Bird's plate boundaries into XML with some
Perl scripts.
After the initial conversion I did some hand editing of the KML files, both with a text editor and with the Google Earth GUI, whichever felt more comfortable for the task at hand. For example I started out putting all the things like boundaries, rotation poles, etc. in separate files and then just rearranged them into a folder in the GUI. I also set the viewpoints for each plate from the GUI, because you can just snapshot the view and don't have to do some complicated coordinate calculations by hand. But I think I did some hand optimization of autogenerated styles in a text editor.
One problem I ran across while doing this model is that I would have liked to make some lines dashed, but the only way to do that seemed to be creating small line segments manually. I refrained from that work and made the lines thicker but slightly transparent instead. Apart from that I found Google Earth quite fun to work with also from a programmer's perspective great piece of software!
I hope you are successful with your own Google Earth experiments. If you find my Perl scripts above useful for yourself, feel free to reuse and/or modify them.
cu,
Thomas