IrrKlang.NET

ISoundEngine.SetListenerPosition Method (Vector3D, Vector3D)

Sets the current listener 3d position. This method is being called by the scene manager automaticly if you are using one, so you might want to ignore this.

[Visual Basic]
Overloads Public Sub SetListenerPosition( _
   ByVal pos As Vector3D, _
   ByVal lookdir As Vector3D _
)
[C#]
public void SetListenerPosition(
   Vector3D pos,
   Vector3D lookdir
);

See Also

ISoundEngine Class | IrrKlang Namespace | ISoundEngine.SetListenerPosition Overload List