|
Aviatrix3D 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DrawableSurface | |
org.j3d.aviatrix3d | A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. |
org.j3d.aviatrix3d.pipeline | Implementations of the various pipeline pieces. |
org.j3d.aviatrix3d.surface | Various surface types for rendering the OpenGL output too that implement the
DrawableSurface . |
Uses of DrawableSurface in org.j3d.aviatrix3d |
Methods in org.j3d.aviatrix3d that return DrawableSurface | |
DrawableSurface |
RenderPipeline.getDrawableSurface()
Get the currently registered drawable surface instance. |
Methods in org.j3d.aviatrix3d with parameters of type DrawableSurface | |
void |
RenderPipeline.setDrawableSurface(DrawableSurface surface)
Register a drawing surface that this pipeline will send its output to. |
Uses of DrawableSurface in org.j3d.aviatrix3d.pipeline |
Methods in org.j3d.aviatrix3d.pipeline that return DrawableSurface | |
DrawableSurface |
DefaultRenderPipeline.getDrawableSurface()
Get the currently registered drawable surface instance. |
Methods in org.j3d.aviatrix3d.pipeline with parameters of type DrawableSurface | |
void |
SortToSingleDrawListener.setSurface(DrawableSurface ds)
Set the surfaces instance to be used as the target. |
void |
SingleThreadRenderManager.setDrawableSurface(DrawableSurface surface)
Set the drawable surface that is the output for this render manager. |
void |
DefaultRenderPipeline.setDrawableSurface(DrawableSurface surface)
Register a drawing surface that this pipeline will send its output to. |
Constructors in org.j3d.aviatrix3d.pipeline with parameters of type DrawableSurface | |
SingleThreadRenderManager(RenderPipeline pipe,
DrawableSurface surface)
Constructs a new DefaultRenderManager for a single channel |
|
SingleThreadRenderManager(RenderPipeline pipe,
AudioPipeline audioPipe,
DrawableSurface surface,
AudioDevice device)
Constructs a new DefaultRenderManager for a single channel |
Uses of DrawableSurface in org.j3d.aviatrix3d.surface |
Classes in org.j3d.aviatrix3d.surface that implement DrawableSurface | |
class |
DebugAWTSurface
Implementation of drawable surface with the key mapping defined to allow the GL trace to be debugged for a single frame. |
class |
ElumensAWTSurface
A surface which uses the Elumens SPI library to output to curved surfaces. |
class |
SimpleAWTSurface
Implementation of the most basic drawable surface, supporting the minimal number of features. |
class |
StereoAWTSurface
Implementation of the most drawable surface, supporting stereo rendering capabilities. |
|
Aviatrix3D 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |