Aviatrix3D
2.2.0

Uses of Class
org.j3d.aviatrix3d.pipeline.graphics.GraphicsProfilingData

Packages that use GraphicsProfilingData
org.j3d.aviatrix3d.output.graphics Implementations of graphics output devices types for rendering the OpenGL output. 
org.j3d.aviatrix3d.pipeline.graphics Implementations of the various pipeline pieces. 
 

Uses of GraphicsProfilingData in org.j3d.aviatrix3d.output.graphics
 

Methods in org.j3d.aviatrix3d.output.graphics with parameters of type GraphicsProfilingData
 void StandardRenderingProcessor.display(GraphicsProfilingData profilingData)
          Called by the drawable to perform rendering by the client.
 void SingleEyeStereoProcessor.display(GraphicsProfilingData profilingData)
          Called by the drawable to perform rendering by the client.
 void QuadBufferStereoProcessor.display(GraphicsProfilingData profilingData)
          Called by the drawable to perform rendering by the client.
 void ElumensRenderingProcessor.display(GraphicsProfilingData profilingData)
          Deprecated. Called by the drawable to perform rendering by the client.
 void DebugRenderingProcessor.display(GraphicsProfilingData profilingData)
          Called by the drawable to perform rendering by the client.
protected abstract  void BaseRenderingProcessor.display(GraphicsProfilingData profilingData)
          Called for each rendering loop.
 boolean StereoSWTSurface.draw(GraphicsProfilingData profilingData)
          Deprecated. Instruct the surface to draw the collected set of nodes now.
 boolean StereoAWTSurface.draw(GraphicsProfilingData profilingData)
          Instruct the surface to draw the collected set of nodes now.
protected  void BaseRenderingProcessor.postLayerEnvironmentDraw(javax.media.opengl.GL gl, GraphicsEnvironmentData data, GraphicsProfilingData profilingData)
          Complete the view environment setup at the end of the layer.
 boolean RenderingProcessor.render(GraphicsProfilingData profilingData)
          Draw to the drawable now.
 boolean DebugRenderingProcessor.render(GraphicsProfilingData profilingData)
          Draw to the drawable now.
 boolean BaseRenderingProcessor.render(GraphicsProfilingData profilingData)
          Draw to the drawable now.
 

Uses of GraphicsProfilingData in org.j3d.aviatrix3d.pipeline.graphics
 

Methods in org.j3d.aviatrix3d.pipeline.graphics with parameters of type GraphicsProfilingData
 void CullToSingleSortListener.culledOutput(GraphicsRequestData otherData, GraphicsProfilingData profilingData, ViewportCollection[][] layers, int[] numLayers, int numScenes, OffscreenBufferRenderable[][] sceneParents)
          Here's the sorted output list of nodes per layer.
 void CulledGeometryReceiver.culledOutput(GraphicsRequestData otherData, GraphicsProfilingData profilingData, ViewportCollection[][] layers, int[] numLayers, int numScenes, OffscreenBufferRenderable[][] sceneParent)
          Here's the sorted output list of nodes per layer.
 void GraphicsSortStage.sort(GraphicsRequestData otherData, GraphicsProfilingData profilingData, ViewportCollection[][] layers, int[] numLayers, int numScenes, OffscreenBufferRenderable[][] sceneParent)
          Sort the listing of layers and nodes.
 void BaseSortStage.sort(GraphicsRequestData otherData, GraphicsProfilingData profilingData, ViewportCollection[][] layers, int[] numLayers, int numScenes, OffscreenBufferRenderable[][] sceneParents)
          Sort the listing of layers and nodes.
 void SortToSingleDrawListener.sortedOutput(GraphicsRequestData otherData, GraphicsProfilingData profilingData, GraphicsInstructions[] commands, int numValid)
          Here's the sorted output list of nodes.
 void SortedGeometryReceiver.sortedOutput(GraphicsRequestData otherData, GraphicsProfilingData profilingData, GraphicsInstructions[] commands, int numValid)
          Here's the sorted output list of nodes.
 


Aviatrix3D
2.2.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org