This method of the Direct3dRMViewport Class sets a camera for a viewport.
public void setCamera(Direct3dRMFrame f);
f | The Direct3dRMFrame object that represents the camera. |
This method sets viewport position, direction, and orientation to that of the given camera frame. The view is oriented along the positive z-axis of the camera frame, with the up direction being that of the positive y-axis.