|
Aviatrix3D 1.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SortStage | |
| org.j3d.aviatrix3d.pipeline | Implementations of the various pipeline pieces. |
| Uses of SortStage in org.j3d.aviatrix3d.pipeline |
| Classes in org.j3d.aviatrix3d.pipeline that implement SortStage | |
class |
DepthSortedTransparencyStage
Implementation of the sort stage that separates out the transparent and non transparent objects, and then arranges them using depth 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 nothing. |
| Methods in org.j3d.aviatrix3d.pipeline with parameters of type SortStage | |
void |
DefaultRenderPipeline.setSorter(SortStage ss)
Set the sorter instance to be used. |
void |
CullToSingleSortListener.setSorter(SortStage s)
Set the sorter instance to be used as the target. |
| Constructors in org.j3d.aviatrix3d.pipeline with parameters of type SortStage | |
DefaultRenderPipeline(CullStage cs,
SortStage ss)
Construct a pipeline with the sort and cull stages provided. |
|
|
Aviatrix3D 1.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||