nn::font::CTR::RectDrawer::SetParallax Member Function

Syntax

void SetParallax(
     f32 parallax,
     f32 dLevel,
     f32 addDist = 0.0f
);

Arguments

Name Description
in parallax Parallax.
in dLevel Distance from the camera to the base plane.
in addDist Value to add to the distance from the camera.

Return Values

None.

Description

Sets parallax parameters.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL