Package org.lwjgl.openal
Class EXTSourceRadius
java.lang.Object
org.lwjgl.openal.EXTSourceRadius
Native bindings to the
AL_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
FieldsModifier and TypeFieldDescriptionstatic final int
Can be used withSourcef
to set the source radius. -
Method Summary
-
Field Details
-
AL_SOURCE_RADIUS
public static final int AL_SOURCE_RADIUSCan 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:
-