|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OffscreenRenderTargetRenderable | |
---|---|
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 OffscreenRenderTargetRenderable in org.j3d.aviatrix3d |
---|
Classes in org.j3d.aviatrix3d that implement OffscreenRenderTargetRenderable | |
---|---|
class |
MRTOffscreenTexture2D
Describes the texture that is rendered to an offscreen buffer with the ability to have multiple render targets. |
class |
MRTTexture2D
A single render target child of a MRTOffscreenTexture2D node. |
class |
OffscreenTexture2D
Describes the texture that is rendered to an offscreen buffer, using OpenGL frame buffer objects or pbuffers, depending on system capability. |
Methods in org.j3d.aviatrix3d that return OffscreenRenderTargetRenderable | |
---|---|
OffscreenRenderTargetRenderable |
OffscreenTexture2D.getDepthRenderable()
If a separate depth render target has been requested, return the renderable for that object now. |
OffscreenRenderTargetRenderable |
MRTOffscreenTexture2D.getDepthRenderable()
If a separate depth render target has been requested, return the renderable for that object now. |
OffscreenRenderTargetRenderable |
OffscreenTexture2D.getOwnerOffscreenRenderable()
If this is a child render target, return the owner renderable. |
OffscreenRenderTargetRenderable |
OffscreenTexture2D.getRenderTargetRenderable(int index)
Get the child render target at the given index. |
OffscreenRenderTargetRenderable |
MRTOffscreenTexture2D.getRenderTargetRenderable(int index)
Get the child render target at the given index. |
Uses of OffscreenRenderTargetRenderable in org.j3d.aviatrix3d.rendering |
---|
Subinterfaces of OffscreenRenderTargetRenderable in org.j3d.aviatrix3d.rendering | |
---|---|
interface |
OffscreenBufferRenderable
A renderable that represents a separate rendering space to an offscreen buffer, rather than to the main buffer. |
Methods in org.j3d.aviatrix3d.rendering that return OffscreenRenderTargetRenderable | |
---|---|
OffscreenRenderTargetRenderable |
OffscreenBufferRenderable.getDepthRenderable()
If a separate depth render target has been requested, return the renderable for that object now. |
OffscreenRenderTargetRenderable |
OffscreenBufferRenderable.getRenderTargetRenderable(int index)
Get the child render target at the given index. |
|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |