6 using SiliconStudio.Core.Mathematics;
8 namespace SiliconStudio.
Paradox.Audio
50 throw new InvalidOperationException(
"The value of the Forward vector can not be (0,0,0)");
52 forward = Vector3.Normalize(value);
77 throw new InvalidOperationException(
"The value of the Up vector can not be (0,0,0)");
79 up = Vector3.Normalize(value);
Represents a 3D audio listener in the audio scene. This object, used in combination with an AudioEmit...
Represents a three dimensional mathematical vector.
static readonly Vector3 Zero
A SiliconStudio.Core.Mathematics.Vector3 with all of its components set to zero.
SiliconStudio.Core.Mathematics.Vector3 Vector3
AudioListener()
Create a new instance of AudioListener