Previous Up Next

as3dSndGetDistance
Returns the values of the maximum and minimum 3D sound reading distances.

[I I] as3dSndGetDistance (
S3d session
H3d obj
)
Parameters

session
3D Session.
obj
Applicable H3d.
Return value

A tuple [ min max ], or nil in case of a failure.
  • min: Distance from the source at which the sound is no longer played.
    Default value: nil, corresponding to an infinite maximum value.
  • max: Distance from the source at which the sound starts to be attenuated per the attenuation factor applied by the as3dListenerSetRollOff method.
    Default value: 100.
  • Remark

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

    as3dSndSetDistance
    as3dListenerSetRollOff