nw::gfx::SceneEnvironment::NW_DEPRECATED_FUNCTION Member Function

Syntax

NW_DEPRECATED_FUNCTION(
     void  SetActiveCameraint index
);

NW_DEPRECATED_FUNCTION(
     Camera * GetActiveCamera()
);

NW_DEPRECATED_FUNCTION(
     const Camera *GetActiveCamera() const
);

NW_DEPRECATED_FUNCTION(
     s32 GetActiveCameraIndex() const
);

List of Overloaded Member Functions

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.

Description of 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.

Description of 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.

Description of 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.

Description of 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::gfx::SceneEnvironment::NW_DEPRECATED_FUNCTION Member Function

Syntax

NW_DEPRECATED_FUNCTION(
     void  ResetCamera()
);

Arguments

Name Description
ResetCamera()

Return Values

Description

Resets the camera state. This function is scheduled to be removed in version 1.2.0.


CONFIDENTIAL