nn::ulcd::CTR::StereoCamera::SetBaseFrustum Member Function#include <nn/ulcd.h>
void SetBaseFrustum(
const nn::math::Matrix44 * proj
);
| Name | Description | |
|---|---|---|
| in | proj | Projection matrix to the base camera. |
Sets the parameters that form the base camera's view volume.
Performs an inverse calculation based on the specified projection matrix. Specify a matrix that was created using nn::math::MTX44Frustum or nn::math::MTX44Perspective.
CONFIDENTIAL