|
Aviatrix3D 2.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicsSortStage | |
---|---|
org.j3d.aviatrix3d.pipeline.graphics | Implementations of the various pipeline pieces. |
Uses of GraphicsSortStage in org.j3d.aviatrix3d.pipeline.graphics |
---|
Classes in org.j3d.aviatrix3d.pipeline.graphics that implement GraphicsSortStage | |
---|---|
class |
BaseSortStage
Implementation of the common code needed by all sort stage implementations. |
class |
BaseStateSortStage
Implementation of common functionality used by sort stage that implement state sorting. |
class |
NullSortStage
Implementation of the sort stage that does nothing. |
class |
SimpleTransparencySortStage
Implementation of the sort stage that separates out the transparent and non transparent objects, but without depth sorting. |
class |
StateAndTransparencyDepthSortStage
Implementation of the sort stage that does everything - state sorting and depth sorted transparency. |
class |
StateSortStage
Implementation of the sort stage that does only state sorting and ignores transparency. |
class |
TransparencyDepthSortStage
Implementation of the sort stage that separates out the transparent and non transparent objects, and then arranges them using depth sorting. |
Methods in org.j3d.aviatrix3d.pipeline.graphics with parameters of type GraphicsSortStage | |
---|---|
void |
DefaultGraphicsPipeline.setSorter(GraphicsSortStage ss)
Set the sorter instance to be used. |
void |
CullToSingleSortListener.setSorter(GraphicsSortStage s)
Set the sorter instance to be used as the target. |
Constructors in org.j3d.aviatrix3d.pipeline.graphics with parameters of type GraphicsSortStage | |
---|---|
DefaultGraphicsPipeline(GraphicsCullStage cs,
GraphicsSortStage ss)
Construct a pipeline with the sort and cull stages provided. |
|
Aviatrix3D 2.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |