Aviatrix3D
2.1.0

Uses of Interface
org.j3d.aviatrix3d.rendering.BufferStateRenderable

Packages that use BufferStateRenderable
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
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. 
 

Uses of BufferStateRenderable in org.j3d.aviatrix3d
 

Classes in org.j3d.aviatrix3d that implement BufferStateRenderable
 class AccumulationBufferState
          Describes attributes used when interacting with the accumulation buffer.
 class ColorBufferState
          Describes attributes used when interacting with the colour buffer.
 class DepthBufferState
          Describes attributes used when interacting with the depth buffer.
 class GeneralBufferState
          Collection of state management options for a render pass for elements that don't directly influence the backing buffer.
 class StencilBufferState
          Describes attributes used when interacting with the stencil buffer.
 

Methods in org.j3d.aviatrix3d that return BufferStateRenderable
 BufferStateRenderable SimpleScene.getAccumBufferRenderable()
          Fetch renderable information about the accumulation buffer.
 BufferStateRenderable RenderPass.getAccumBufferRenderable()
          Fetch renderable information about the accumulation buffer.
 BufferStateRenderable SimpleScene.getColorBufferRenderable()
          Fetch renderable information about the colour buffer.
 BufferStateRenderable RenderPass.getColorBufferRenderable()
          Fetch renderable information about the colour buffer.
 BufferStateRenderable SimpleScene.getDepthBufferRenderable()
          Fetch renderable information about the depth buffer.
 BufferStateRenderable RenderPass.getDepthBufferRenderable()
          Fetch renderable information about the depth buffer.
 BufferStateRenderable SimpleScene.getGeneralBufferRenderable()
          Fetch renderable information about the general buffer.
 BufferStateRenderable RenderPass.getGeneralBufferRenderable()
          Fetch renderable information about the general buffer.
 BufferStateRenderable SimpleScene.getStencilBufferRenderable()
          Fetch renderable information about the stencil buffer.
 BufferStateRenderable RenderPass.getStencilBufferRenderable()
          Fetch renderable information about the stencil buffer.
 

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

Fields in org.j3d.aviatrix3d.pipeline.graphics declared as BufferStateRenderable
 BufferStateRenderable BufferDetails.accumBufferState
          Renderable information about the accumulation buffer
 BufferStateRenderable BufferDetails.colorBufferState
          Renderable information about the colour buffer
 BufferStateRenderable BufferDetails.depthBufferState
          Renderable information about the depth buffer
 BufferStateRenderable BufferDetails.generalBufferState
          Renderable information about the general buffer
 BufferStateRenderable BufferDetails.stencilBufferState
          Renderable information about the stencil buffer
 

Uses of BufferStateRenderable in org.j3d.aviatrix3d.rendering
 

Methods in org.j3d.aviatrix3d.rendering that return BufferStateRenderable
 BufferStateRenderable RenderPassCullable.getAccumBufferRenderable()
          Fetch renderable information about the accumulation buffer.
 BufferStateRenderable RenderPassCullable.getColorBufferRenderable()
          Fetch renderable information about the colour buffer.
 BufferStateRenderable RenderPassCullable.getDepthBufferRenderable()
          Fetch renderable information about the depth buffer.
 BufferStateRenderable RenderPassCullable.getGeneralBufferRenderable()
          Fetch renderable information about the general buffer.
 BufferStateRenderable RenderPassCullable.getStencilBufferRenderable()
          Fetch renderable information about the stencil buffer.
 


Aviatrix3D
2.1.0

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