NNS_G3dGlbGetCameraTarget

C Specification

#include <nnsys/g3d/glbstate.h>
const VecFx32* NNS_G3dGlbGetCameraTarget( void );

Arguments

None.

Return Values

The pointer to the camera's focal point.

Description

This function gets the pointer to the camera's focal point, which is set in the global state stored in the G3D library.

See Also

NNS_G3dGlbLookAt, NNS_G3dGlbGetCameraMtx, NNS_G3dGlbGetCameraPos, NNS_G3dGlbGetCameraUp

Revision History

09/16/2004 Initial version.