You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I describe this problem.
I use COLLADA2GLTF to transform my dae file to gltf file. The dae file is created in 3dmax2018 by me.
The dae file is good and can be opened successfully in opengl assimp.
When I transform my dae file to gltf file, I get the null conten in result gltf file.
I put up this model in cesium and it don't work.
{
"asset": {
"generator": "COLLADA2GLTF",
"version": "2.0"
},
"scenes": [
{
"nodes": []
}
],
"scene": 0
}
TypeError: Cannot read property 'parents' of undefined
O r TypeError: Cannot read property '0' of undefine
The text was updated successfully, but these errors were encountered: