GetCoefficientForParallax

nn::ulcd::CTR::StereoCamera::GetCoefficientForParallax Member Function

Syntax

#include <nn/ulcd.h>

f32 GetCoefficientForParallax(
     void
) const;

Parameters

None.

Return Values

Returns the intermediate calculation result.

Description

Gets intermediate calculation results to speed the computation of orthogonal projection parallax.

Normally there is no need for this function.

To actualize stereoscopic vision of orthogonal projections, the parallax for each object is calculated by the vertex shader. The intermediate calculation values are returned in order to speed up this computation process.

To read about the values returned by this function, see the document AboutULCDLibrary.pdf in the CTR-SDK.

Revision History

2011/06/22
Initial version.

CONFIDENTIAL