j3d.org Aviatrix3D

Package org.j3d.aviatrix3d.pipeline

Implementations of the various pipeline pieces.

See:
          Description

Class Summary
CullToSingleSortListener Adapter class that maps the output of a cull stage to a single sorter.
DefaultPickingHandler The default internal implementation of the pick handling system.
DefaultRenderPipeline The default implementation of the rendering pipeline usable by most applications.
NullCullStage Handles the scenegraph maintenance and culling operations.
NullSortStage Implementation of the sort stage that does nothing.
SimpleFrustumCullStage Handles the scenegraph maintenance and culling operations.
SingleThreadRenderManager Implementation of the RenderPipelineManager that uses a single thread for all of the processing steps.
SortToSingleDrawListener Handles the output of the geometry sorter.
 

Package org.j3d.aviatrix3d.pipeline Description

Implementations of the various pipeline pieces.

All parts of the pipeline, except the surface are implemented in this package. The interfaces are provided in the main Aviatrix package, while implementations of those interfaces are to be found here.

These implementations provide the most commonly used functionality, but definitely not all of possible combinations. For example, a pipeline pieces for single and multiple CPU machines are available.


j3d.org Aviatrix3D

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