Methods you can implement to mediate the automatic synchronization of SceneKit content with an AR session.
SDK
- iOS 11.0+
Framework
- ARKit
Declaration
protocol ARSCNViewDelegate
Overview
Implement this protocol to provide SceneKit content corresponding to ARAnchor
objects tracked by the view's AR session, or to manage the view's automatic updating of such content.
This protocol extends the ARSession
protocol, so your session delegate can also implement those methods to respond to changes in session status.