Pointing a camera at a target
 
 
 

CreateScene() calls 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 target moves, the camera will continue to point at the target.

// Set the camera to always point at the marker
lCameraNode->SetTarget(lMarkerNode);