28#include <SFML/Audio/Listener.hpp>
29#include <SFML/Audio/OpenAL.hpp>
static void SetGlobalVolume(float Volume)
Change the global volume of all the sounds.
static Vector3f GetTarget()
Get the current orientation of the listener (the point he's looking at)
static void SetTarget(float X, float Y, float Z)
Change the orientation of the listener (the point he must look at) (take 3 values).
static Vector3f GetPosition()
Get the current position of the listener.
static void SetPosition(float X, float Y, float Z)
Change the position of the listener (take 3 values).
static float GetGlobalVolume()
Get the current value of the global volume of all the sounds.
Vector2 is an utility class for manipulating 2 dimensional vectors.
T x
X coordinate of the vector.
T y
Y coordinate of the vector.
Vector3 is an utility class for manipulating 3 dimensional vectors.
T z
Z coordinate of the vector.
T x
X coordinate of the vector.
T y
Y coordinate of the vector.