|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProfilingData | |
---|---|
org.j3d.aviatrix3d.output.audio | Implementations of audio output devices for rendering sound data. |
org.j3d.aviatrix3d.output.graphics | Implementations of graphics output devices types for rendering the OpenGL output. |
org.j3d.aviatrix3d.pipeline | Common representation interfaces of a rendering pipeline. |
org.j3d.aviatrix3d.pipeline.audio | Various audio device types for rendering sound data. |
org.j3d.aviatrix3d.pipeline.graphics | Implementations of the various pipeline pieces. |
org.j3d.aviatrix3d.rendering | Interfaces used to describe the scene graph structure to rendering and sorting routines of the pipeline. |
org.j3d.renderer.aviatrix3d.swt.output |
Uses of ProfilingData in org.j3d.aviatrix3d.output.audio |
---|
Methods in org.j3d.aviatrix3d.output.audio with parameters of type ProfilingData | |
---|---|
boolean |
OpenALAudioDevice.draw(ProfilingData profilingData)
Instruct the surface to draw the collected set of nodes now. |
Uses of ProfilingData in org.j3d.aviatrix3d.output.graphics |
---|
Methods in org.j3d.aviatrix3d.output.graphics with parameters of type ProfilingData | |
---|---|
boolean |
DebugSWTSurface.draw(ProfilingData profilingData)
Deprecated. Instruct the surface to draw the collected set of nodes now. |
boolean |
DebugAWTSurface.draw(ProfilingData profilingData)
Instruct the surface to draw the collected set of nodes now. |
boolean |
BaseSurface.draw(ProfilingData profilingData)
Instruct the surface to draw the collected set of nodes now. |
boolean |
BaseAWTSurface.draw(ProfilingData profilingData)
Instruct the surface to draw the collected set of nodes now. |
Uses of ProfilingData in org.j3d.aviatrix3d.pipeline |
---|
Fields in org.j3d.aviatrix3d.pipeline declared as ProfilingData | |
---|---|
ProfilingData |
RenderEnvironmentData.profilingData
The profiling timing data |
Methods in org.j3d.aviatrix3d.pipeline with parameters of type ProfilingData | |
---|---|
void |
CullStage.cull(RenderableRequestData otherData,
ProfilingData profilingData,
LayerCullable[] layers,
int numLayers)
Update and cull the scenegraph defined by a set of layers. |
boolean |
OutputDevice.draw(ProfilingData profilingData)
Instruct the surface to draw the collected set of nodes now. |
Uses of ProfilingData in org.j3d.aviatrix3d.pipeline.audio |
---|
Methods in org.j3d.aviatrix3d.pipeline.audio with parameters of type ProfilingData | |
---|---|
void |
NullAudioCullStage.cull(RenderableRequestData otherData,
ProfilingData profilingData,
LayerCullable[] layers,
int numLayers)
Update and cull the scenegraph defined by a set of layers. |
Uses of ProfilingData in org.j3d.aviatrix3d.pipeline.graphics |
---|
Subclasses of ProfilingData in org.j3d.aviatrix3d.pipeline.graphics | |
---|---|
class |
GraphicsProfilingData
Graphics specific profiling data. |
Methods in org.j3d.aviatrix3d.pipeline.graphics with parameters of type ProfilingData | |
---|---|
void |
BaseCullStage.cull(RenderableRequestData otherData,
ProfilingData profilingData,
LayerCullable[] layers,
int numLayers)
Update and cull the scenegraph defined by a set of layers. |
Uses of ProfilingData in org.j3d.aviatrix3d.rendering |
---|
Methods in org.j3d.aviatrix3d.rendering with parameters of type ProfilingData | |
---|---|
void |
RenderEffectsProcessor.postDraw(javax.media.opengl.GL gl,
ProfilingData timingData,
java.lang.Object userData)
Perform any post-rendering actions that you may need for this scene. |
Uses of ProfilingData in org.j3d.renderer.aviatrix3d.swt.output |
---|
Methods in org.j3d.renderer.aviatrix3d.swt.output with parameters of type ProfilingData | |
---|---|
boolean |
DebugSWTSurface.draw(ProfilingData profilingData)
Instruct the surface to draw the collected set of nodes now. |
|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |