3d models not at the right location. Program to edit glft files?

I have some 3d models that are not at the location where they should be. I suspect that the origin is off. Anyone else having issues with this? Is there a program to edit glft files to verify this? These models are converted from kzml and are showing up correctly in the google earth plugin. I have verified that the lat/long cords are correct.

Thanks in advance and let me know if you need more information.

Hi Brian,

I don’t think there is a tool for exactly what you want, but all the glTF tools are listed here:

GitHub - KhronosGroup/glTF: glTF – Runtime 3D Asset Delivery

When I’ve seen something like this, it is usually due to a large translation in a node’s matrix. Perhaps convert to .glTF and inspect the JSON by hand, and/or trim down the original COLLADA file to simplify debugging.

Patrick