Enum ALSource3f
A list of valid Math.Vector3 Source/GetSource parameters
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.dll
Syntax
public enum ALSource3f
Fields
Name | Description |
---|---|
Direction | Specify the current direction vector. |
Position | Specify the current location in three dimensional space. OpenAL, like OpenGL, uses a right handed coordinate system, where in a frontal default view X (thumb) points right, Y points up (index finger), and Z points towards the viewer/camera (middle finger). To switch from a left handed coordinate system, flip the sign on the Z coordinate. Listener position is always in the world coordinate system. |
Velocity | Specify the current velocity in three dimensional space. |