Aviatrix3D
2.1.0

Uses of Interface
org.j3d.aviatrix3d.pipeline.graphics.GraphicsCullStage

Packages that use GraphicsCullStage
org.j3d.aviatrix3d.pipeline.graphics Implementations of the various pipeline pieces. 
org.j3d.renderer.aviatrix3d.pipeline Additional non-core implementations of the rendering pipeline functionality. 
 

Uses of GraphicsCullStage in org.j3d.aviatrix3d.pipeline.graphics
 

Classes in org.j3d.aviatrix3d.pipeline.graphics that implement GraphicsCullStage
 class BaseCullStage
          Common implementation of many of the capabilities required by any cull stage.
 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 CustomCullable 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.graphics with parameters of type GraphicsCullStage
 void DefaultGraphicsPipeline.setCuller(GraphicsCullStage cs)
          Set the cull instance to be used.
 

Constructors in org.j3d.aviatrix3d.pipeline.graphics with parameters of type GraphicsCullStage
DefaultGraphicsPipeline(GraphicsCullStage cs, GraphicsSortStage ss)
          Construct a pipeline with the sort and cull stages provided.
 

Uses of GraphicsCullStage in org.j3d.renderer.aviatrix3d.pipeline
 

Classes in org.j3d.renderer.aviatrix3d.pipeline that implement GraphicsCullStage
 class DebugFrustumCullStage
          Implementation of view frustum culling that provides visual debugging information in the scene.
 


Aviatrix3D
2.1.0

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