Pointing a camera at a target
 
 
 

We call SetCameraPointOfInterest() to set the marker as the target (i.e., point of interest) of the camera. This means that even if the camera and/or the marker moves, the camera will continue to point at the marker.

// Set the camera to always point at the marker
myCameraNode->SetTarget(myMarkerNode);