|
Aviatrix3D 2.0 Beta 2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A cullable that represents the scene contained in a viewport or viewport layer.
The scene can represent either a single or multipass scene instance. In either case, at least one render pass cullable should be made available.
Method Summary | |
RenderPassCullable |
getCullablePass(int passIndex)
Get the cullable layer child that for the given layer index. |
RenderEffectsProcessor |
getRenderEffectsProcessor()
Get the rendering effects processing user interface that applies to this frame. |
java.lang.Object |
getUserData()
If there is any user-defined data given, fetch it through this method. |
ViewEnvironmentCullable |
getViewCullable()
Get the primary view environment information. |
boolean |
isMultipassScene()
Check to see if this is a multipass cullable or single pass. |
int |
numCullableChildren()
Returns the number of valid cullable rendering passes to process. |
Method Detail |
public java.lang.Object getUserData()
public boolean isMultipassScene()
public ViewEnvironmentCullable getViewCullable()
public RenderEffectsProcessor getRenderEffectsProcessor()
public RenderPassCullable getCullablePass(int passIndex)
passIndex
- The index of the pass to fetch
public int numCullableChildren()
|
Aviatrix3D 2.0 Beta 2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |