Aviatrix3D 1.0

Uses of Class
org.j3d.aviatrix3d.RenderInstructions

Packages that use RenderInstructions
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
org.j3d.aviatrix3d.pipeline Implementations of the various pipeline pieces. 
org.j3d.aviatrix3d.surface Various surface types for rendering the OpenGL output too that implement the DrawableSurface
 

Uses of RenderInstructions in org.j3d.aviatrix3d
 

Fields in org.j3d.aviatrix3d declared as RenderInstructions
 RenderInstructions RenderInstructions.copyOf
          Reference to the real instance of this class that contains the renderList and renderOps you should read from.
 

Methods in org.j3d.aviatrix3d with parameters of type RenderInstructions
 void SortedGeometryReceiver.sortedOutput(RenderInstructions[] commands, int numValid)
          Here's the sorted output list of nodes.
 void DrawableSurface.setDrawableObjects(RenderInstructions[] commands, int numValid)
          Update the list of items to be rendered to the current list.
 

Uses of RenderInstructions in org.j3d.aviatrix3d.pipeline
 

Methods in org.j3d.aviatrix3d.pipeline with parameters of type RenderInstructions
 void SortToSingleDrawListener.sortedOutput(RenderInstructions[] commands, int numValid)
          Here's the sorted output list of nodes.
 

Uses of RenderInstructions in org.j3d.aviatrix3d.surface
 

Methods in org.j3d.aviatrix3d.surface with parameters of type RenderInstructions
 void StereoAWTSurface.setDrawableObjects(RenderInstructions[] commands, int numValid)
          Update the list of items to be rendered to the current list.
 void SimpleAWTSurface.setDrawableObjects(RenderInstructions[] commands, int numValid)
          Update the list of items to be rendered to the current list.
 void ElumensAWTSurface.setDrawableObjects(RenderInstructions[] commands, int numValid)
          Update the list of items to be rendered to the current list.
 void DebugAWTSurface.setDrawableObjects(RenderInstructions[] commands, int numValid)
          Update the list of items to be rendered to the current list.
 


Aviatrix3D 1.0

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