Tells the delegate that a SceneKit node's properties have been updated to match the current state of its corresponding anchor.
SDK
- iOS 11.0+
Framework
- ARKit
Declaration
- (void)renderer:(id<SCNScene Renderer>)renderer didUpdateNode:(SCNNode *)node forAnchor:(ARAnchor *)anchor;
Parameters
renderer
The
ARSCNView
object rendering the scene.node
The updated SceneKit node.
anchor
The AR anchor corresponding to the node.
Discussion
Depending on the session configuration, ARKit may automatically update anchors in a session. The view calls this method once for each updated anchor.