Does anyone know why the google earth api only supports COLLADA (.dae) 3d model overlays and not kmz???
KmlModel GEPlugin.createModel ( string id )
Creates a model. A model is a 3D object described in a COLLADA file. COLLADA files have a .dae file extension. Models are created in their own coordinate space and then located, positioned, and scaled in Google Earth.
Parameters:
id ID of the new KmlModel.
Is it possible to overlay kmz?
Cheers