Difference between revisions of "Source:setAttenuationDistances"

(Created page)
 
(noted necessity of mono audio)
 
Line 1: Line 1:
 
{{newin|[[0.9.0]]|090|type=function|text=It has been renamed from [[Source:setDistance]]}}
 
{{newin|[[0.9.0]]|090|type=function|text=It has been renamed from [[Source:setDistance]]}}
 
Sets the reference and maximum attenuation distances of the Source. The parameters, combined with the current [[DistanceModel]], affect how the Source's volume attenuates based on distance.
 
Sets the reference and maximum attenuation distances of the Source. The parameters, combined with the current [[DistanceModel]], affect how the Source's volume attenuates based on distance.
 +
Distance attenuation is only applicable to Sources based on mono (rather than stereo) audio.
  
 
== Function ==
 
== Function ==

Latest revision as of 11:24, 13 July 2014

Available since LÖVE 0.9.0
It has been renamed from Source:setDistance.

Sets the reference and maximum attenuation distances of the Source. The parameters, combined with the current DistanceModel, affect how the Source's volume attenuates based on distance. Distance attenuation is only applicable to Sources based on mono (rather than stereo) audio.

Function

Synopsis

Source:setAttenuationDistances( ref, max )

Arguments

number ref
The new reference attenuation distance. If the current DistanceModel is clamped, this is the minimum attenuation distance.
number max
The new maximum attenuation distance.

Returns

Nothing.

See Also

Other Languages