![]() |
![]() ![]() ![]() |
void F_API FSOUND_3D_Listener_GetAttributes(
float *pos,
float *vel,
float *fx,
float *fy,
float *fz,
float *tx,
float *ty,
float *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 | pointer to x component of a FORWARD unit length orientation vector This can be NULL to ignore it. |
fy | pointer to y component of a FORWARD unit length orientation vector This can be NULL to ignore it. |
fz | pointer to z component of a FORWARD unit length orientation vector This can be NULL to ignore it. |
tx | pointer to x component of a TOP or upwards facing unit length orientation vector This can be NULL to ignore it. |
ty | pointer to y component of a TOP or upwards facing unit length orientation vector This can be NULL to ignore it. |
tz | pointer to z component of a TOP or upwards facing unit length orientation vector This can be NULL to ignore it. |