|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewportCullable | |
---|---|
org.j3d.aviatrix3d | A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. |
org.j3d.aviatrix3d.pipeline.graphics | Implementations of the various pipeline pieces. |
org.j3d.aviatrix3d.rendering | Interfaces used to describe the scene graph structure to rendering and sorting routines of the pipeline. |
Uses of ViewportCullable in org.j3d.aviatrix3d |
---|
Classes in org.j3d.aviatrix3d that implement ViewportCullable | |
---|---|
class |
CompositeViewport
An viewport that may, itself contain a large collection of layers. |
class |
MultipassViewport
A viewport that contains a single scene, with no internal layering and is rendered using multipass techniques. |
class |
SimpleViewport
A viewport that contains a single scene, with no internal layering. |
class |
Viewport2D
A viewport that contains a single scene, with no internal layering and is restricted to 2D rendering only. |
Methods in org.j3d.aviatrix3d that return ViewportCullable | |
---|---|
ViewportCullable |
SimpleLayer2D.getCullableViewport(int viewportIndex)
Get the cullable layer child that for the given layer index. |
ViewportCullable |
SimpleLayer.getCullableViewport(int viewportIndex)
Get the cullable layer child that for the given layer index. |
ViewportCullable |
CompositeLayer2D.getCullableViewport(int viewportIndex)
Get the cullable layer child that for the given layer index. |
ViewportCullable |
CompositeLayer.getCullableViewport(int viewportIndex)
Get the cullable layer child that for the given layer index. |
Uses of ViewportCullable in org.j3d.aviatrix3d.pipeline.graphics |
---|
Methods in org.j3d.aviatrix3d.pipeline.graphics with parameters of type ViewportCullable | |
---|---|
protected void |
BaseCullStage.cullViewport(ViewportCullable view,
int subsceneId,
int layerId,
int viewIndex)
Process a single viewport for culling. |
Uses of ViewportCullable in org.j3d.aviatrix3d.rendering |
---|
Methods in org.j3d.aviatrix3d.rendering that return ViewportCullable | |
---|---|
ViewportCullable |
LayerCullable.getCullableViewport(int viewportIndex)
Get the cullable layer child that for the given layer index. |
|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |