In this chapter, we look at a few basic concepts that make mobile Augmented Reality experiences using ARKit possible and that you will use to build your Augmented Reality apps very soon.
It is important to gain a good understanding of the basics before continuing as this will put you in good stead before moving on to further topics in the book where we will refer back to some of these basics. Only after gaining an appreciation of these basic concepts will we move on to exploring more advanced concepts.
Scene View
In ARKit, the Augmented Reality SceneView (ARSCNView) is where ...