pointOfView
The Scene Kit node from which the scene’s contents are viewed when rendered.
Declaration
var pointOfView: SCNNode? { get set }Discussion
Use a SCNNode object with an SCNCamera instance assigned to its camera property to view a scene. This SceneKit node provides the position and direction of a virtual camera, and the camera object provides rendering parameters such as field of view and focus. The direction of view is along the negative z-axis of the SceneKit node’s local coordinate space.