|
j3d.org Aviatrix3D | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.j3d.aviatrix3d.SceneGraphObject
org.j3d.aviatrix3d.Node
org.j3d.aviatrix3d.Leaf
org.j3d.aviatrix3d.Sound
org.j3d.aviatrix3d.BackgroundSound
A BackgroundSound class whichs emits a sound which doesn't change by distance or orientation.
Field Summary |
Fields inherited from class org.j3d.aviatrix3d.Sound |
buffer, dataChanged, format, freq, loop, paramsChanged, paused, pitch, playChanged, playing, seq, soundSource |
Fields inherited from class org.j3d.aviatrix3d.Node |
bounds, implicitBounds, INVALID_BOUNDS, parent |
Fields inherited from class org.j3d.aviatrix3d.SceneGraphObject |
alive, updateHandler, WRITE_TIMING_MSG |
Constructor Summary | |
BackgroundSound()
Creates a sound. |
Method Summary | |
boolean |
isEnabled()
State check to see whether the sound is enabled. |
void |
postRender(net.java.games.joal.AL al)
This method is called after a node has been rendered. |
void |
render(net.java.games.joal.AL al,
javax.vecmath.Matrix4f transform)
This method is called to render this node. |
Methods inherited from class org.j3d.aviatrix3d.Sound |
audioUpdated, checkForCyclicChild, getBounds, isPaused, isPlaying, markBoundsDirty, paramsUpdated, pauseSound, recomputeBounds, requestBoundsUpdate, setAudioSource, setLive, setUpdateHandler, startSound, stopSound |
Methods inherited from class org.j3d.aviatrix3d.Node |
boundsChanged, checkForCyclicParent, getParent, removeParent, setBounds, setParent, updateBounds |
Methods inherited from class org.j3d.aviatrix3d.SceneGraphObject |
dataChanged, getUserData, isLive, setUserData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BackgroundSound()
Method Detail |
public void render(net.java.games.joal.AL al, javax.vecmath.Matrix4f transform)
render
in class Sound
al
- The al context to render withtransform
- The transformation stack to this nodepublic void postRender(net.java.games.joal.AL al)
postRender
in class Sound
al
- The al context to draw withpublic boolean isEnabled()
isEnabled
in class Sound
|
j3d.org Aviatrix3D | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |