I'm new to KML and from the following reference I know that a 3D model of COLLADA format can be referred in a KML file. https://developers.google.com/kml/documentation/models
I have created a 3D model using Nevron Vision .NET. But in order for me to render it in google earth I have to convert it into a .kmz file. A .kmz file contains .kml and .dae files. So I have to convert my 3D Nevron model into .dae format.
I want to know if
- KML accepts formats other than .dae for 3D models.
- anyone has rendered a Nevron 3D model in google earth.
Thanks!
P.S. Why Nevron you ask? Well, it's because I've managed to create an irregular shape successfully using it and I would prefer to convert the existing model into a format compatible with google earth than create a 3D model from scratch for rendering it in google earth.