IrrKlang.NET

ISoundEngine.SetListenerPosition Method (Single, Single, Single, Single, Single, Single)

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 posX As Single, _
   ByVal posY As Single, _
   ByVal posZ As Single, _
   ByVal lookDirX As Single, _
   ByVal lookDirY As Single, _
   ByVal lookDirZ As Single _
)
[C#]
public void SetListenerPosition(
   float posX,
   float posY,
   float posZ,
   float lookDirX,
   float lookDirY,
   float lookDirZ
);

See Also

ISoundEngine Class | IrrKlang Namespace | ISoundEngine.SetListenerPosition Overload List