nw::snd::Sound3DManager::SetPanRange Member Function

Syntax

#include <nw/snd/snd_Sound3DManager.h>
void SetPanRange(
     f32 panRange
);

Arguments

Name Description
in panRange The pan's width of variation (0.0 to 1.0).

Return Values

None.

Description

Sets the range, or the width, of variation for the pan configured in 3D sound.

When panRange is set to 1.0, the pan position can vary to the maximum extent. Setting the value smaller than 1.0 allows you to limit the pan's width of variation.

The initial value for panRange is 0.9.

See Also

GetPanRange

Revision History

2010/03/12
Initial version.

CONFIDENTIAL