![]() |
![]() ![]() ![]() |
void F_API FSOUND_3D_Listener_SetAttributes(
const F_FLOAT_API *pos,
const F_FLOAT_API *vel,
F_FLOAT_API fx,
F_FLOAT_API fy,
F_FLOAT_API fz,
F_FLOAT_API tx,
F_FLOAT_API ty,
F_FLOAT_API tz
);
pos | Pointer to a position vector (xyz float triplet), of the listener in world space, measured in distance units. This can be NULL to ignore it. |
vel | Pointer to a velocity vector (xyz float triplet), of the listener measured in distance units PER SECOND. This can be NULL to ignore it. |
fx | x component of a FORWARD unit length orientation vector |
fy | y component of a FORWARD unit length orientation vector |
fz | z component of a FORWARD unit length orientation vector |
tx | x component of a TOP or upwards facing unit length orientation vector |
ty | y component of a TOP or upwards facing unit length orientation vector |
tz | z component of a TOP or upwards facing unit length orientation vector |