public final class EXTStereoAngles
extends java.lang.Object
AL_EXT_STEREO_ANGLES extension.
This extension allows any stereo source to be "steered" by setting the angles at which the left and right channels should play.
| Modifier and Type | Field and Description |
|---|---|
static int |
AL_STEREO_ANGLES
Can be used with
Sourcefv and two angles. |
public static final int AL_STEREO_ANGLES
Sourcefv and two angles. The angles are specified anticlockwise relative to the real front, so a normal 60degree front stage is
specified with alSourcefv(sid,AL_STEREO_ANGLES,+M_PI/6,-M_PI/6).
Angles are always specified in radians, anticlockwise relative to the real front (SOURCE_RELATIVE is not supported).
Copyright LWJGL. All Rights Reserved. License terms.