Admin message

WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.

Listener position structure

The listener position is currently defined in the framework by two different structures having the same content:

typedef struct
{
    float x, y, z;
} IVAS_VECTOR3;

and

typedef struct
{
    float x, y, z;

} IVAS_POSITION;

I think they can be merged.

Assignee Loading
Time tracking Loading