Aviatrix3D 1.0

Uses of Interface
org.j3d.aviatrix3d.CullStage

Packages that use CullStage
org.j3d.aviatrix3d.pipeline Implementations of the various pipeline pieces. 
 

Uses of CullStage in org.j3d.aviatrix3d.pipeline
 

Classes in org.j3d.aviatrix3d.pipeline that implement CullStage
 class FrustumCullStage
          Handles the complete set of scenegraph maintenance and culling operations.
 class GenericCullStage
          A cull stange that does not cull anything except those parts requested by the Cullable and CustomRenderable interfaces.
 class NullCullStage
          Handles the scenegraph maintenance and culling operations.
 class SimpleFrustumCullStage
          Implementation of view frustum culling but does not handle nodes that have custom culling requests.
 

Methods in org.j3d.aviatrix3d.pipeline with parameters of type CullStage
 void DefaultRenderPipeline.setCuller(CullStage cs)
          Set the cull instance to be used.
 

Constructors in org.j3d.aviatrix3d.pipeline with parameters of type CullStage
DefaultRenderPipeline(CullStage cs, SortStage ss)
          Construct a pipeline with the sort and cull stages provided.
 


Aviatrix3D 1.0

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