Previous Up Next

as3dSndEnable
Activates the 3D sound calculation.

H3d as3dSndEnable (
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

  • The AsSnd from which the H3d was created using the method called as3dSndCreate must have been created with the AS_SND_CTRL3D flag.
  • By default, the 3D sound calculation is active upon the creation of the H3d.
  • See Also

    Deactivation of the 3D sound calculation: as3dSndDisable