{{newin|[[0.8.0]]|080|type=enum}}
The different distance models.

Extended information can be found in the chapter "3.4. Attenuation By Distance" of the [https://www.openal.org/documentation/openal-1.1-specification.pdf OpenAL 1.1 specification].

== Constants ==
;none: Sources do not get attenuated.
;inverse: Inverse distance attenuation.
;inverseclamped: Inverse distance attenuation. Gain is clamped. In version [[0.9.2]] and older this is named '''inverse clamped'''.
;linear: Linear attenuation.
;linearclamped: Linear attenuation. Gain is clamped. In version [[0.9.2]] and older this is named '''linear clamped'''.
;exponent: Exponential attenuation.
;exponentclamped: Exponential attenuation. Gain is clamped. In version [[0.9.2]] and older this is named '''exponent clamped'''.
== See Also ==
* [[parent::love.audio]]
* [[love.audio.setDistanceModel]]
* [[love.audio.getDistanceModel]]
[[Category:Enums]]
{{#set:Description=The different distance models.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|DistanceModel}}