This method of the Direct3dRMViewport Class renders a frame hierarchy to the given viewport. Only those visuals on the given frame and any frames below it in the hierarchy are rendered.
public void render(Direct3dRMFrame f);
f | The Direct3dRMFrame object that represents the frame hierarchy to be rendered. |