|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayerCullable | |
---|---|
org.j3d.aviatrix3d | A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. |
org.j3d.aviatrix3d.pipeline | Common representation interfaces of a rendering pipeline. |
org.j3d.aviatrix3d.pipeline.audio | Various audio device types for rendering sound data. |
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 LayerCullable in org.j3d.aviatrix3d |
---|
Classes in org.j3d.aviatrix3d that implement LayerCullable | |
---|---|
class |
CompositeLayer
A layer that allows the definition of multiple viewports to be rendered. |
class |
CompositeLayer2D
A layer that allows the definition of multiple viewports to be rendered, but is restricted to 2D rendering only. |
class |
Layer
An abstract layer definition that can be applied at the root of the scene graph. |
class |
SimpleLayer
An layer definition that only allows a single viewport that covers the entire area as it's child. |
class |
SimpleLayer2D
An layer definition that only allows a single viewport that covers the entire area as it's child. |
Methods in org.j3d.aviatrix3d that return LayerCullable | |
---|---|
LayerCullable |
Layer.getCullable(int buffer)
Get the cullable corresponding to the given internal buffer ID. |
LayerCullable |
OffscreenTexture2D.getCullableLayer(int layerIndex)
Get the cullable layer child that for the given layer index. |
LayerCullable |
MRTOffscreenTexture2D.getCullableLayer(int layerIndex)
Get the cullable layer child that for the given layer index. |
Uses of LayerCullable in org.j3d.aviatrix3d.pipeline |
---|
Methods in org.j3d.aviatrix3d.pipeline with parameters of type LayerCullable | |
---|---|
void |
CullStage.cull(RenderableRequestData otherData,
ProfilingData profilingData,
LayerCullable[] layers,
int numLayers)
Update and cull the scenegraph defined by a set of layers. |
void |
RenderPipeline.setRenderableLayers(LayerCullable[] layers,
int numLayers)
Set the set of layers to be used by this pipeline. |
Uses of LayerCullable in org.j3d.aviatrix3d.pipeline.audio |
---|
Methods in org.j3d.aviatrix3d.pipeline.audio with parameters of type LayerCullable | |
---|---|
void |
NullAudioCullStage.cull(RenderableRequestData otherData,
ProfilingData profilingData,
LayerCullable[] layers,
int numLayers)
Update and cull the scenegraph defined by a set of layers. |
void |
DefaultAudioPipeline.setRenderableLayers(LayerCullable[] layers,
int numLayers)
Set the set of layers to be used by this pipeline. |
Uses of LayerCullable in org.j3d.aviatrix3d.pipeline.graphics |
---|
Fields in org.j3d.aviatrix3d.pipeline.graphics declared as LayerCullable | |
---|---|
protected LayerCullable[] |
BaseCullStage.layersTmp
Temporary variable for fetching layers from sub scenes |
Methods in org.j3d.aviatrix3d.pipeline.graphics with parameters of type LayerCullable | |
---|---|
void |
BaseCullStage.cull(RenderableRequestData otherData,
ProfilingData profilingData,
LayerCullable[] layers,
int numLayers)
Update and cull the scenegraph defined by a set of layers. |
protected void |
BaseCullStage.processLayer(LayerCullable layer,
int subsceneId,
int layerId)
Process the layers of a pbuffer texture source. |
void |
DefaultGraphicsPipeline.setRenderableLayers(LayerCullable[] layers,
int numLayers)
Set the set of layers to be used by this pipeline. |
Uses of LayerCullable in org.j3d.aviatrix3d.rendering |
---|
Methods in org.j3d.aviatrix3d.rendering that return LayerCullable | |
---|---|
LayerCullable |
OffscreenCullable.getCullableLayer(int layerIndex)
Get the cullable layer child that for the given layer index. |
|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |