Aviatrix3D
2.0 Beta 2

org.j3d.aviatrix3d.rendering
Interface ViewportLayerCullable

All Superinterfaces:
Cullable
All Known Implementing Classes:
MultipassViewport, MultipassViewportLayer, SimpleViewport, SimpleViewportLayer, Viewport2D, ViewportLayer2D

public interface ViewportLayerCullable
extends Cullable

A cullable that represents a single visual composited layer.

A layer has zero or more viewports to process.

Version:
$Revision: 2.2 $
Author:
Justin Couch

Method Summary
 SceneCullable getCullableScene()
          Get the cullable layer child that for the given layer index.
 boolean isMultipassViewport()
          Check to see if this is a multipass cullable or single pass.
 

Method Detail

isMultipassViewport

public boolean isMultipassViewport()
Check to see if this is a multipass cullable or single pass.

Returns:
true if this is a multipass cullable

getCullableScene

public SceneCullable getCullableScene()
Get the cullable layer child that for the given layer index.

Returns:
The layer cullable at the given index or null

Aviatrix3D
2.0 Beta 2

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