|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RenderPassCullable
A cullable that represents a single rendering pass within a viewport.
The render pass cullable can be used for both single and multipass rendering.
Method Summary | |
---|---|
BufferStateRenderable |
getAccumBufferRenderable()
Fetch renderable information about the accumulation buffer. |
EnvironmentCullable |
getBackgroundCullable()
Get the cullable object representing the active background that in this environment. |
BufferStateRenderable |
getColorBufferRenderable()
Fetch renderable information about the colour buffer. |
BufferStateRenderable |
getDepthBufferRenderable()
Fetch renderable information about the depth buffer. |
LeafCullable |
getFogCullable()
Get the cullable object representing the active fog in this environment. |
BufferStateRenderable |
getGeneralBufferRenderable()
Fetch renderable information about the general buffer. |
Cullable |
getRootCullable()
Get the primary cullable that represents the root of the scene graph. |
BufferStateRenderable |
getStencilBufferRenderable()
Fetch renderable information about the stencil buffer. |
java.lang.Object |
getUserData()
If there is any user-defined data given, fetch it through this method. |
ViewEnvironmentCullable |
getViewCullable()
Get the primary view environment. |
EnvironmentCullable |
getViewpointCullable()
Get the cullable object representing the active viewpoint that in this environment. |
ViewportRenderable |
getViewportRenderable()
Fetch the renderable used to control the viewport setting. |
boolean |
is2D()
Check to see if this represents a 2D scene that has no 3D rendering capabilities. |
boolean |
isAudioSource()
Check to see if this render pass is the one that also has the spatialised audio to be rendered for this frame. |
boolean |
isEnabled()
Check to see if this render pass is valid to render for this frame. |
Method Detail |
---|
java.lang.Object getUserData()
boolean isEnabled()
boolean is2D()
boolean isAudioSource()
ViewEnvironmentCullable getViewCullable()
EnvironmentCullable getViewpointCullable()
EnvironmentCullable getBackgroundCullable()
LeafCullable getFogCullable()
Cullable getRootCullable()
ViewportRenderable getViewportRenderable()
BufferStateRenderable getGeneralBufferRenderable()
BufferStateRenderable getColorBufferRenderable()
BufferStateRenderable getDepthBufferRenderable()
BufferStateRenderable getStencilBufferRenderable()
BufferStateRenderable getAccumBufferRenderable()
|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |