Package org.lwjgl.openal
Class EXTStereoAngles
- java.lang.Object
-
- org.lwjgl.openal.EXTStereoAngles
-
public final class EXTStereoAngles extends java.lang.ObjectNative bindings to theAL_EXT_STEREO_ANGLESextension.This extension allows any stereo source to be "steered" by setting the angles at which the left and right channels should play.
-
-
Field Summary
Fields Modifier and Type Field and Description static intAL_STEREO_ANGLESCan be used withSourcefvand two angles.
-
-
-
Field Detail
-
AL_STEREO_ANGLES
public static final int AL_STEREO_ANGLES
Can be used withSourcefvand two angles. The angles are specified anticlockwise relative to the real front, so a normal 60degree front stage is specified withalSourcefv(sid,AL_STEREO_ANGLES,+M_PI/6,-M_PI/6).Angles are always specified in radians, anticlockwise relative to the real front (
SOURCE_RELATIVEis not supported).- See Also:
- Constant Field Values
-
-