nn::ulcd::CTR::StereoCamera::SetLimitParallax Member Function

Syntax

#include <nn/ulcd.h>

void SetLimitParallax(
     const f32 limit
);

Arguments

Name Description
in limit The parallax limit (in mm) to set.

Return Values

None.

Description

Sets the parallax limit for objects that appear to be going into the screen (the depth direction).

The parallax limit set by this function is valid only for objects that appear to be going into the screen using the application-priority method.

Revision History

2010/08/16
Added Description.
2010/06/14
Initial version.

CONFIDENTIAL