Aviatrix3D
2.1.0

Uses of Interface
org.j3d.aviatrix3d.rendering.ViewportLayerCullable

Packages that use ViewportLayerCullable
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
org.j3d.aviatrix3d.rendering Interfaces used to describe the scene graph structure to rendering and sorting routines of the pipeline. 
 

Uses of ViewportLayerCullable in org.j3d.aviatrix3d
 

Classes in org.j3d.aviatrix3d that implement ViewportLayerCullable
 class MultipassViewport
          A viewport that contains a single scene, with no internal layering and is rendered using multipass techniques.
 class MultipassViewportLayer
          An viewport layer that allows multipass rendering to be performed within this layer.
 class SimpleViewport
          A viewport that contains a single scene, with no internal layering.
 class SimpleViewportLayer
          An viewport layer definition that only allows a single, simple scene to be drawn as it's contents.
 class Viewport2D
          A viewport that contains a single scene, with no internal layering and is restricted to 2D rendering only.
 class ViewportLayer2D
          An ViewportLayer that supports only 2D-based rendering concepts.
 

Methods in org.j3d.aviatrix3d that return ViewportLayerCullable
 ViewportLayerCullable Viewport2D.getCullableLayer(int viewportIndex)
          Get the cullable layer child that for the given layer index.
 ViewportLayerCullable SimpleViewport.getCullableLayer(int viewportIndex)
          Get the cullable layer child that for the given layer index.
 ViewportLayerCullable MultipassViewport.getCullableLayer(int viewportIndex)
          Get the cullable layer child that for the given layer index.
 ViewportLayerCullable CompositeViewport.getCullableLayer(int viewportIndex)
          Get the cullable layer child that for the given layer index.
 

Uses of ViewportLayerCullable in org.j3d.aviatrix3d.rendering
 

Methods in org.j3d.aviatrix3d.rendering that return ViewportLayerCullable
 ViewportLayerCullable ViewportCullable.getCullableLayer(int viewportIndex)
          Get the cullable layer child that for the given layer index.
 


Aviatrix3D
2.1.0

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