nn::ulcd::CTR::StereoCamera::SetBaseCamera Member Function#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
);
| 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. |
Sets the base camera's view matrix.
Specify the base camera information directly.
CONFIDENTIAL