nn::ulcd::CTR::StereoCamera::SetBaseFrustum Member Function#include <nn/ulcd.h>
void SetBaseFrustum(
const f32 left,
const f32 right,
const f32 bottom,
const f32 top,
const f32 near,
const f32 far
);
| Name | Description | |
|---|---|---|
| in | left | Position of the left side of the near clipping plane in the base camera's view volume. |
| in | right | Position of the right side of the near clipping plane in the base camera's view volume. |
| in | bottom | Position of the bottom of the near clipping plane in the base camera's view volume. |
| in | top | Position of the top of the near clipping plane in the base camera's view volume. |
| in | near | Distance to the near clipping plane in the base camera's view volume. |
| in | far | Distance to the far clipping plane in the base camera's view volume. |
Sets the parameters that form the base camera's view volume.
Specifies the parameters of the view volume directly.
CONFIDENTIAL