|
j3d.org Aviatrix3D | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.j3d.aviatrix3d.pipeline.CullToSingleSortListener
Adapter class that maps the output of a cull stage to a single sorter.
Constructor Summary | |
CullToSingleSortListener()
Create a new default instance of this class with nothing set. |
Method Summary | |
void |
culledOutput(RenderEnvironmentData[] data,
CullOutputDetails[][] nodes,
int[] numNodes,
SceneGraphObject[][] sceneParents,
int numScenes)
Sort the listing of nodes in the given array. |
void |
setSorter(SortStage 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 CullToSingleSortListener()
Method Detail |
public void culledOutput(RenderEnvironmentData[] data, CullOutputDetails[][] nodes, int[] numNodes, SceneGraphObject[][] sceneParents, int numScenes)
culledOutput
in interface CulledGeometryReceiver
data
- External rendering environment informationnodes
- List of processed nodes based on the scene they came fromnumNodes
- Number of nodes in each scenesceneParents
- Parent nodes that hold the subscene in the main scene graphnumScenes
- The number of valid scenes to processpublic void setSorter(SortStage s)
s
- The sorter instance to use or null
|
j3d.org Aviatrix3D | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |