Class EXTSourceRadius

java.lang.Object
org.lwjgl.openal.EXTSourceRadius

public final class EXTSourceRadius extends Object
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 Details

    • AL_SOURCE_RADIUS

      public static final int AL_SOURCE_RADIUS
      Can be used with Sourcef 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: