Uses of Enum Class
com.blackrook.gloop.openal.OALContext.DistanceModel
Packages that use OALContext.DistanceModel
-
Uses of OALContext.DistanceModel in com.blackrook.gloop.openal
Subclasses with type arguments of type OALContext.DistanceModel in com.blackrook.gloop.openalModifier and TypeClassDescriptionstatic enumDistance Model enumeration for internal OpenAL distance models for attenuating the final gain of a Source in relation to the position/direction of the listener.Methods in com.blackrook.gloop.openal that return OALContext.DistanceModelModifier and TypeMethodDescriptionOALContext.getCurrentDistanceModel()OALContext.getDistanceModel()static OALContext.DistanceModelReturns the enum constant of this class with the specified name.static OALContext.DistanceModel[]OALContext.DistanceModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blackrook.gloop.openal with parameters of type OALContext.DistanceModelModifier and TypeMethodDescriptionvoidOALContext.setCurrentDistanceModel(OALContext.DistanceModel currentDistanceModel) voidOALContext.setDistanceModel(OALContext.DistanceModel model) Sets the current context's distance model.