We are using mesh data obtained from the interface below to display the holographic image, but there is a positional offset compared to the actual object. Could you please advise on what the possible reasons might be?
Welcome to the Magic Leap Developer Forums!
Since you’re using ARMeshManager, please double check that all the generated meshes are being parented correctly in the scene hierarchy.
It should look something like this: XROrigin→Trackables→Meshes (generated by ARMeshManager)
Another thing to quickly double check would be that there is no scaling being applied in the XROrigin hierarchy. Ensure all objects are scaled to (1,1,1)