nn::ulcd::CTR::StereoCamera::SetBaseCamera Member Function

Syntax

#include <nn/ulcd.h>
void SetBaseCamera(
     const nn::math::Vector3 * position,
     const nn::math::Vector3 * rightDir,
     const nn::math::Vector3 * upDir,
     const nn::math::Vector3 * targetDir
);

Arguments

Name Description
in position Camera position coordinates.
in rightDir Unit vector indicating the camera's rightward direction.
in upDir Unit vector indicating the camera's upward direction.
in targetDir Unit vector indicating the direction in which the camera is pointing.

Return Values

None.

Description

Sets the base camera's view matrix.

Specify the base camera information directly.

Revision History

2010/04/02
Initial version.

CONFIDENTIAL