You wrote, that it is georeferenced, but you have set the Output coordinate system as local. So it is not georeferenced as output. Which of these exported models is on right position? Why the models aren’t the same, when you are exporting one model but just in different formats? Why are you exporting GLB format as Export Model and not Level of Detail as JSON?
Ok, I’ll try to explain more clearly what I am trying to do.
I would like to render the reconstructed 3d model along with the calibrated cameras (as in Reality Capture).
I can easily achieve this by exporting:
the 3d model as glb
the cameras using the Bundler .out format (I am generating cameras frustum geometries on the fly)
I was exporting both using “grid plane” and “local output coordinate system” because I do not care about georeferencing the whole scene and I want the whole scene recentered at the origin for precision issues.
The problem arises when exporting the model as tiled json.
The tiled version it is no longer aligned with the glb version and thus it is not aligned with the exported cameras.
The tiled version is clearly centered at the origin and relies on the root tile transorm to geolocalize the model.
I am looking for the correct workflow to export both cameras and tiled 3d model aligned correctly both recentered.