I am reading an Augmented image which is in STATIC position; on augmented image match I am placing multiple renderable in ARSceneView as nodes also recording local and world position of respective nodes.
Then we try to place the nodes/renderables again from recorded local/world position we able to place nodes but direction of placed renderables differs randomly. For eg initially nodes placed in east to west direction now gets placed north to south even after we read Augmented image in the same direction as earlier recorded.
Is there any way using ARCore which detects direction from scene/camera/pose or any alternatives to place renderables with respect to magnetic north or any static direction.
We tried find azimuth and place renderables but it is not accurate. Also we tried anchors etc.,
Note : We need direction in azimuth plane.