Hello!
I'm learning to put 3D models into a Cesium scene. For this purpose, I took a model of a building from
https://3dwarehouse.sketchup.com/model.html?id=ub3f5afd0-bfa7-43e1-98b3-373ef986b311 ,
converted its STL file to COLLADA using an online converter ( http://www.greentoken.de/onlineconv/ ) and tried to
feed the resulting DAE file to the Cesium COLLADA -> gITF converter tool ( https://cesiumjs.org/convertmodel.html ) as recommended in the tutorial ( https://cesiumjs.org/2014/03/03/Cesium-3D-Models-Tutorial/ ).
I got an error. You can see the screenshot with the place in the code, where the error occurs at http://bit.ly/1MmpTk3 . The DAE file I tried to import is also available at that URL.
Please tell me how I can fix the error (if there is something wrong with the DAE file).
If you know any Cesium-compatible 3D models, which I can play with for free, please tell me.
Thanks in advance
Dmitri Pisarenko