Aviatrix3D
2.1.0

org.j3d.aviatrix3d.pipeline.graphics
Interface SortedGeometryReceiver

All Known Implementing Classes:
SortToSingleDrawListener

public interface SortedGeometryReceiver

Handles the output of the geometry sorter.

Version:
$Revision: 3.2 $
Author:
Justin Couch

Method Summary
 void sortedOutput(GraphicsRequestData otherData, GraphicsProfilingData profilingData, GraphicsInstructions[] commands, int numValid)
          Here's the sorted output list of nodes.
 

Method Detail

sortedOutput

void sortedOutput(GraphicsRequestData otherData,
                  GraphicsProfilingData profilingData,
                  GraphicsInstructions[] commands,
                  int numValid)
Here's the sorted output list of nodes.

Parameters:
otherData - Other graphics request data
profilingData - Timing and load data
commands - The list of drawable surfaces to render
numValid - The number of valid items in the array

Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org