|
Aviatrix3D 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.j3d.aviatrix3d.pipeline.AudioCullToSingleSortListener
Adapter class that maps the output of a cull stage to a single sorter.
Constructor Summary | |
AudioCullToSingleSortListener()
Create a new default instance of this class with nothing set. |
Method Summary | |
void |
culledOutput(AudioEnvironmentData data,
CullAudioOutputDetails[] nodes,
int numNodes)
Sort the listing of nodes in the given array. |
void |
setSorter(AudioSortStage s)
Set the sorter instance to be used as the target. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AudioCullToSingleSortListener()
Method Detail |
public void culledOutput(AudioEnvironmentData data, CullAudioOutputDetails[] nodes, int numNodes)
culledOutput
in interface CulledAudioReceiver
data
- External rendering environment informationnodes
- List of processed nodes based on the scene they came fromnumNodes
- Number of nodes in each scenepublic void setSorter(AudioSortStage s)
s
- The sorter instance to use or null
|
Aviatrix3D 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |