NW_DEPRECATED_FUNCTION(
void SetActiveCameraint index
);
NW_DEPRECATED_FUNCTION(
Camera * GetActiveCamera()
);
NW_DEPRECATED_FUNCTION(
const Camera *GetActiveCamera() const
);
NW_DEPRECATED_FUNCTION(
s32 GetActiveCameraIndex() const
);
| NW_DEPRECATED_FUNCTION ( void ) | Activates the camera with the specified index. This function is scheduled to be removed in version 1.2.0. Be sure to call RenderContext::SetActiveCamera. |
| NW_DEPRECATED_FUNCTION ( Camera * ) | Gets the currently active camera. This function is scheduled to be removed in version 1.2.0. Be sure to call RenderContext::GetActiveCamera. |
| NW_DEPRECATED_FUNCTION ( const Camera *GetActiveCamera() ) | Gets the currently active camera. This function is scheduled to be removed in version 1.2.0. Be sure to call RenderContext::GetActiveCamera. |
| NW_DEPRECATED_FUNCTION ( s32 GetActiveCameraIndex() ) | Gets the currently active camera index. This function is scheduled to be removed in version 1.2.0. Be sure to call RenderContext::GetActiveCameraIndex. |
NW_DEPRECATED_FUNCTION ( void ) Activates the camera with the specified index. This function is scheduled to be removed in version 1.2.0. Be sure to call RenderContext::SetActiveCamera.
Gets the currently active camera. This function is scheduled to be removed in version 1.2.0. Be sure to call RenderContext::GetActiveCamera.
Gets the currently active camera. This function is scheduled to be removed in version 1.2.0. Be sure to call RenderContext::GetActiveCamera.
Gets the currently active camera index. This function is scheduled to be removed in version 1.2.0. Be sure to call RenderContext::GetActiveCameraIndex.
NW_DEPRECATED_FUNCTION(
void ResetCamera()
);
| Name | Description | |
|---|---|---|
| ResetCamera() |
Resets the camera state. This function is scheduled to be removed in version 1.2.0.
CONFIDENTIAL