Package org.lwjgl.openal
Class EXTSourceRadius
- java.lang.Object
-
- org.lwjgl.openal.EXTSourceRadius
-
public final class EXTSourceRadius extends java.lang.Object
Native bindings to theAL_EXT_SOURCE_RADIUS
extension.This extension allows any mono source to be changed to be a "large" source with a radius. The source has a raised cosine shape.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AL_SOURCE_RADIUS
Can be used withSourcef
to set the source radius.
-
-
-
Field Detail
-
AL_SOURCE_RADIUS
public static final int AL_SOURCE_RADIUS
Can be used withSourcef
to set the source radius. Units are consistent with the coordinate system in use. The value must be at least zero. Use a value of zero to reset to a point source.- See Also:
- Constant Field Values
-
-