nn::ulcd::CTR::StereoCamera::GetCoefficientForParallax Member Function#include <nn/ulcd.h>
f32 GetCoefficientForParallax(
void
) const;
None.
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.
CONFIDENTIAL