Hi all.
I have 3D models in .kmz format. And when I open file in Google Earth, I get this (picture: http://prntscr.com/a9bj7t ).
It's just one small street corner.
I read that I need to convert COLLADA (.dae) to glTF. And I found out that I must change extension of my .kmz file to .zip, extract files and I get this: http://prntscr.com/a9bjo6 and this: http://prntscr.com/a9bjt7
After that I went to Cesium online converter .dae ---> glTF and glb.
And whole folder with all files put on my localhost.
Where is the problem.
Problem is first, that even even I go to Sandcastle examples, to load .KMZ files (from localhost), I don't get anything at first ( I don't have any errors in console ), but, I get this after few seconds: http://prntscr.com/a9bky4
Than, I tried 3D-Models-Tutorial code, I put a link to my .glTF document on my localhost (http://prntscr.com/a9blia), I and get nothing again, thi (I left the same position).
Please help me.
Thank you.