com.jme.sound.fmod.objects
Class Listener

java.lang.Object
  extended bycom.jme.sound.fmod.objects.Listener

public class Listener
extends java.lang.Object

Author:
Arman

Constructor Summary
Listener()
           
 
Method Summary
 float[] getOrientation()
          Get the 6 coordinate listener's orientation
 Vector3f getPosition()
           
 void setPosition(Vector3f v)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Listener

public Listener()
Method Detail

getOrientation

public float[] getOrientation()
Get the 6 coordinate listener's orientation

Returns:
an array of six floats

update

public void update()

setPosition

public void setPosition(Vector3f v)

getPosition

public Vector3f getPosition()