nn::ulcd::CTR::StereoCamera::SetBaseFrustum Member Function

Syntax

#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
);

List of Overloaded Member Functions

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.

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

Description of SetBaseFrustum ( const f32, const f32, const f32, const f32, const f32, const f32 )

Specifies the parameters of the view volume directly.


CONFIDENTIAL