Aviatrix3D
2.1.0

Uses of Class
org.j3d.aviatrix3d.ViewportLayer

Packages that use ViewportLayer
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
 

Uses of ViewportLayer in org.j3d.aviatrix3d
 

Subclasses of ViewportLayer in org.j3d.aviatrix3d
 class MultipassViewportLayer
          An viewport layer that allows multipass rendering to be performed within this layer.
 class SimpleViewportLayer
          An viewport layer definition that only allows a single, simple scene to be drawn as it's contents.
 class ViewportLayer2D
          An ViewportLayer that supports only 2D-based rendering concepts.
 

Fields in org.j3d.aviatrix3d declared as ViewportLayer
protected  ViewportLayer MultipassTextureComponent.viewLayer
          Deprecated. The Scene Graph viewLayer
 

Methods in org.j3d.aviatrix3d that return ViewportLayer
 ViewportLayer MultipassTextureSource.getViewportLayer()
          Deprecated. Get the root of the currently rendered scene.
 ViewportLayer MultipassTextureComponent.getViewportLayer()
          Deprecated. Get the root of the currently rendered scene.
 ViewportLayer CompositeViewport.getViewportLayer(int num)
          Get the currently set layer instance at a specific index.
 ViewportLayer CompositeViewport.removeViewportLayer(int num)
          Remove the given layer at the specified index from this layer.
 

Methods in org.j3d.aviatrix3d with parameters of type ViewportLayer
 void CompositeViewport.addViewportLayer(ViewportLayer vp)
          Add a new layer to be used by this layer.
 void CompositeViewport.insertViewportLayer(ViewportLayer vp, int index)
          Add a new layer to be used by this layer at a specified position in the array of layer.
 void CompositeViewport.removeViewportLayer(ViewportLayer vp)
          Remove the given layer from this layer.
 void MultipassTextureComponent.setViewportLayer(ViewportLayer layer)
          Deprecated. Set the collection of geometry that should be rendered to this texture.
 


Aviatrix3D
2.1.0

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