I work on projects that animate a 3D model in the Google Earth plug-in; for example: http://www.hazelhurst.net/Cook
I want to use a 3D model supplied by TurboSquid, but their End-User License Agreement puts on the purchaser a requirement to protect the model from being copied.
The approach I use currently is to hold the animation (gx:Tour) and the <Model> in a KML file which is fetched in javascript using the fetchKml function. Anybody who views the page source can find the URL of the KML and using that they can find and download the model.
Are there any options that will protect a model from unauthorized copying?