Package org.lwjgl.openal
Class EXTSourceDistanceModel
- java.lang.Object
-
- org.lwjgl.openal.EXTSourceDistanceModel
-
public final class EXTSourceDistanceModel extends java.lang.Object
Native bindings to the EXT_source_distance_model extension.This extension allows each source to specify a distance model, instead of being restricted to one distance model for every source in the context. It provides a mechanism for applications to apply different models to each source, without the burden of manually applying the attenuation through the source gain.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AL_SOURCE_DISTANCE_MODEL
-
-
-
Field Detail
-
AL_SOURCE_DISTANCE_MODEL
public static final int AL_SOURCE_DISTANCE_MODEL
- See Also:
- Constant Field Values
-
-