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

Syntax

#include <nn/ulcd.h>

void SetBaseFrustum(
     f32 left,
     f32 right,
     f32 bottom,
     f32 top,
     f32 near,
     f32 far
);

Arguments

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.

Return Values

None.

Description

Sets the parameters that form the base camera's view volume.

Specifies the parameters of the view volume directly.

Revision History

2010/04/02
Initial version.

CONFIDENTIAL