Reading Google Sketchup (.skp) or Google Earth (.kmz)???

zeeshanzia84

Newcomer
Hi,

I want to write a simple c++ application the reads sketchup (skp) or google earth file (kmz) and get out of them the mesh information. Can anybody please provide me with some relevant articles?

Is there any C++ library that can perform this function?

Thanks a lot in advance.
 
You can find the specification for the .klm files here (.kmz is only compressed .klm files), and it seems the model is linked into the file as a collada file... And when you compress it (kmz), you can find it in the "files" directory. Check the last link for more info...

For skp it seems you got the answer here already....
 
Reading sketching files in Linux

Thanks a whole lot for your response.

Is there any way to read Sketchup files, while in Linux...I want to develop my own C++ API to do this? (I don't have Sketchup Pro so no access to Google's C++ SDK).

Any ideas as to where I should start?

Thanks.
 
Back
Top