com.jmex.audio.openal
Class OpenALEar

java.lang.Object
  extended by com.jmex.audio.Ear
      extended by com.jmex.audio.openal.OpenALEar

public class OpenALEar
extends Ear

Version:
$Id: OpenALEar.java 4133 2009-03-19 20:40:11Z blaine.dev $
Author:
Joshua Slack
See Also:
Ear

Field Summary
 
Fields inherited from class com.jmex.audio.Ear
EAR_THROTTLE
 
Constructor Summary
OpenALEar()
           
 
Method Summary
 void update(float dt)
           
 
Methods inherited from class com.jmex.audio.Ear
getCurrVelocity, getFacingVector, getPosition, getUpVector, setCurrVelocity, setFacingVector, setPosition, setUpVector, trackOrientation, trackOrientation, trackPosition, trackPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenALEar

public OpenALEar()
Method Detail

update

public void update(float dt)
Overrides:
update in class Ear