I am converting IFC models into glTF/3D Tiles. When I use createTilesetJson with the flag --cartographicPositionDegrees, the model’s origin is placed correctly at the geographic coordinates I want.
However, when the model spans a large area, I notice that positions farther away from the origin are not aligned accurately. It seems that the local axes of the model are not perfectly aligned with the Earth’s East-North-Up (ENU) frame at that location.
I see that --rotationDegrees allows me to apply a rotation (heading, pitch, roll) to fix the alignment, but my question is: how can I determine the correct rotation angle that should be applied?
