Previous Up Next

as3dListenerCreate
Creation of a H3d type listener. This corresponds to the receiver of the various 3D sounds played in the scene : the sounds will be heard from the location in the scene at which the listener is placed.
Emitters are H3ds from objects AsSnd placed in the scene.

H3d as3dListenerCreate (
S3d _session_
)
Parameters

_session_
3D Session.
Return value

The newly created listener, or nil if the creation failed.
Remark

Upon its creation, the listener is not active, it will be activated by the method called as3dListenerSetActive
See Also

Activation of listener: as3dListenerSetActive
Creation of a 3D sound: as3dSndCreate