So I am working with ARKit trying to learn some of the basics and I was wondering if it's possible to make a 3d object in ARKit follow the user. So for example if I am standing in front of the object and I start to walk away from it after a certain distance the object would walk/glide towards the user. I also want to be able to move about the object in space, so if it is in front of me I can do a full circle around the object and look at it from all angels.
Any references to articles or sample ARKit projects would be greatly appreciated!