#include <nw/snd/snd_Sound3DCalculator.h>
static void CalcPan(
const Sound3DManager & manager,
const Sound3DListener & listener,
const Sound3DParam & actorParam,
const CalcPanParam & calcPanParam,
f32 * panPtr,
f32 * spanPtr
);
| 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. |
| in | calcPanParam | Parameter used in the pan calculation. |
| out | panPtr | Pointer that stores the result of the pan calculation. |
| out | spanPtr | Currently disabled. |
Performs standard 3D sound parameter calculations for pan.
Sound3DManager Class
Sound3DListener Class
Sound3DParam Structure
CalcPanParam Structure
CONFIDENTIAL