j3d.org Aviatrix3D

Uses of Interface
org.j3d.aviatrix3d.CulledGeometryReceiver

Packages that use CulledGeometryReceiver
org.j3d.aviatrix3d A lightweight Object Oriented wrapper for OpenGL. 
org.j3d.aviatrix3d.pipeline Implementations of the various pipeline pieces. 
 

Uses of CulledGeometryReceiver in org.j3d.aviatrix3d
 

Methods in org.j3d.aviatrix3d with parameters of type CulledGeometryReceiver
 void CullStage.setCulledGeometryReceiver(CulledGeometryReceiver sgr)
          Register a reciever for the output of the sorter.
 

Uses of CulledGeometryReceiver in org.j3d.aviatrix3d.pipeline
 

Classes in org.j3d.aviatrix3d.pipeline that implement CulledGeometryReceiver
 class CullToSingleSortListener
          Adapter class that maps the output of a cull stage to a single sorter.
 

Methods in org.j3d.aviatrix3d.pipeline with parameters of type CulledGeometryReceiver
 void SimpleFrustumCullStage.setCulledGeometryReceiver(CulledGeometryReceiver sgr)
          Register a reciever for the output of the sorter.
 void NullCullStage.setCulledGeometryReceiver(CulledGeometryReceiver sgr)
          Register a reciever for the output of the sorter.
 


j3d.org Aviatrix3D

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