|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.j3d.aviatrix3d.pipeline.graphics.SortToSingleDrawListener
public class SortToSingleDrawListener
Handles the output of the geometry sorter.
Constructor Summary | |
---|---|
SortToSingleDrawListener()
Create a new default instance of this class with nothing set. |
Method Summary | |
---|---|
void |
setGraphicsOutputDevice(GraphicsOutputDevice device)
Set the surfaces instance to be used as the target. |
void |
sortedOutput(GraphicsRequestData otherData,
GraphicsProfilingData profilingData,
GraphicsInstructions[] commands,
int numValid)
Here's the sorted output list of nodes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortToSingleDrawListener()
Method Detail |
---|
public void sortedOutput(GraphicsRequestData otherData, GraphicsProfilingData profilingData, GraphicsInstructions[] commands, int numValid)
sortedOutput
in interface SortedGeometryReceiver
otherData
- Other graphics request dataprofilingData
- Timing and load datacommands
- The list of drawable surfaces to rendernumValid
- The number of valid items in the arraypublic void setGraphicsOutputDevice(GraphicsOutputDevice device)
device
- The surface instance to use or null
|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |