nn::ulcd::CTR::StereoCamera::SetBaseFrustum Member Function#include <nn/ulcd.h>
void SetBaseFrustum(
const nn::math::Matrix44 * proj
);
void SetBaseFrustum(
const f32 left,
const f32 right,
const f32 bottom,
const f32 top,
const f32 near,
const f32 far
);
SetBaseFrustum ( const nn::math::Matrix44 * )
|
Sets the parameters that form the base camera's view volume. |
| SetBaseFrustum ( const f32, const f32, const f32, const f32, const f32, const f32 ) | Sets the parameters that form the base camera's view volume. |
SetBaseFrustum(const nn::math::Matrix44 *)Performs an inverse calculation based on the specified projection matrix. Specify a matrix that was created using nn::math::MTX44Frustum or nn::math::MTX44Perspective.
Specifies the parameters of the view volume directly.
CONFIDENTIAL