j3d.org Aviatrix3D

Uses of Class
org.j3d.aviatrix3d.RenderInstructions

Packages that use RenderInstructions
org.j3d.aviatrix3d A lightweight Object Oriented wrapper 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 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.
 


j3d.org Aviatrix3D

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