|
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.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 |
setSurface(DrawableSurface ds)
Set the surfaces instance to be used as the target. |
void |
sortedOutput(RenderInstructions[] 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(RenderInstructions[] commands,
int numValid)
sortedOutput in interface SortedGeometryReceivercommands - The list of drawable surfaces to rendernumValid - The number of valid items in the arraypublic void setSurface(DrawableSurface ds)
ds - The surface instance to use or null
|
Aviatrix3D 1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||