Previous Up Next

as3dSndDisable
Deactivates the 3D sound calculation.

H3d as3dSndDisable (
S3d _session_
H3d _obj_
)
Parameters

_session_
3D Session.
_obj_
Applicable H3d.
Return value

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

  • If a AsSnd created with the AS_SND_CTRL3D flag need not be played in 3D, performance is enhanced if the 3D sound calculation is deactivated.
  • By default, the 3D sound calculation is active upon the creation of the H3d.
  • See Also

    Activation of 3D sound calculation: as3dSndEnable