Previous Up Next

as3dSndSetDistance
Modifies the values of the minimum and maximum distances for 3D sound reading.

H3d as3dSndSetDistance (
S3d session
H3d obj
I min
I max
)
Parameters

session
3D Session.
obj
Applicable H3d.
min
Distance from the source at which the sound starts to be attenuated per the attenuation factor applied by the as3dListenerSetRollOff method.
Default value: 100.
max
Distance from the source at which the sound is no longer played.
Default value: nil, corresponding to an infinite maximum value.
Return value

The H3d given as a parameter, or nil in case of failure.
Remark

The values 'min' and 'max' are at the same scale as the distances in the 3D engine.
See Also

as3dSndGetDistance
as3dListenerSetRollOff