In ARKit for visionOS, I can track the user's head with a HeadAnchor, but it will not give the location. However, I can get the device's transform by calling queryDeviceAnchor(atTimestamp: CACurrentMediaTime())
on a WorldTrackingProvider
.
Why the difference? - if I know the device's transform, I effectively know the head's transform.