Hi peeps, I wanna build an application where you can see a huge spaceship floating in the sky. Is there a way to put an anchor on the sky using ARKit?
Anchor on Sky? (Yea the clear blue sky)
Yes. You can add your own anchor to the session: https://developer.apple.com/documentation/arkit/arsession/2865612-add To instantiate your own anchor, you can call the anchor initializer with a 4x4 transform: https://developer.apple.com/documentation/arkit/aranchor/2867985-init . Elevation of the space ship in meters above the ground would be the 3rd element in the fourth column of the transform.