nw::snd::Sound3DCalculator Class

Header file: nw/snd/snd_Sound3DCalculator.h

Syntax

class Sound3DCalculator

Description

A class that consolidates standard parameter calculations for 3D sound.

It is called from the Sound3DEngine class.

This class's functions can be used when customizing and creating a unique 3D sound engine.

Structures

nw::snd::Sound3DCalculator::CalcPanParam Parameter structure for pan calculation.

Member Functions

Parameter Calculation
S CalcVolumeAndPriority Performs standard 3D sound parameter calculations for volume and priority.
S CalcPan Performs standard 3D sound parameter calculations for pan.
S CalcPitch Performs standard 3D sound parameter calculations for pitch.

See Also

Sound3DManager Class

Revision History

2010/03/12
Initial version.

CONFIDENTIAL