nw::snd::Sound3DCalculator::CalcPitch Member Function#include <nw/snd/snd_Sound3DCalculator.h>
static void CalcPitch(
const Sound3DManager & manager,
const Sound3DListener & listener,
const Sound3DParam & actorParam,
f32 * pitchPtr
);
| Name | Description | |
|---|---|---|
| in | manager | 3D sound manager used in the calculation. |
| in | listener | 3D sound listener used in the calculation. |
| in | actorParam | 3D sound parameter used in the calculation. |
| out | pitchPtr | Pointer that stores the result of the pitch calculation. |
Performs standard 3D sound parameter calculations for pitch.
Sound3DManager ClassSound3DListener ClassSound3DParam Structure
CONFIDENTIAL