Aviatrix3D
2.1.0

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

Packages that use AppearanceAttributeRenderable
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 AppearanceAttributeRenderable in org.j3d.aviatrix3d
 

Classes in org.j3d.aviatrix3d that implement AppearanceAttributeRenderable
 class AlphaAttributes
          Describes attributes used for controlling alpha test state during any drawing operations.
 class BlendAttributes
          Describes attributes used for blending any drawing primitives.
 class DepthAttributes
          Describes attributes used when interacting with the depth buffer on a per-object level.
 class LineAttributes
          Describes attributes used when rendering a line.
 class PointAttributes
          Describes attributes used when rendering a point.
 class PolygonAttributes
          Describes attributes used when rendering a polygon.
 class StencilAttributes
          Describes attributes used when interacting with the stencil buffer.
 

Methods in org.j3d.aviatrix3d that return AppearanceAttributeRenderable
 AppearanceAttributeRenderable Appearance.getAttributeRenderable(int attrib)
          Fetch the sub-renderable for the given type.
 

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

Fields in org.j3d.aviatrix3d.pipeline.graphics declared as AppearanceAttributeRenderable
protected  AppearanceAttributeRenderable BaseStateSortStage.currentBlendAttr
          The currently valid blend attributes
protected  AppearanceAttributeRenderable BaseStateSortStage.currentDepthAttr
          The currently valid depth buffer attributes
protected  AppearanceAttributeRenderable BaseStateSortStage.currentLineAttr
          The currently valid line attributes
protected  AppearanceAttributeRenderable BaseStateSortStage.currentPointAttr
          The currently valid point attributes
protected  AppearanceAttributeRenderable BaseStateSortStage.currentPolyAttr
          The currently valid polygon attributes
protected  AppearanceAttributeRenderable BaseStateSortStage.currentStencilAttr
          The currently valid stencil buffer attributes
 

Uses of AppearanceAttributeRenderable in org.j3d.aviatrix3d.rendering
 

Methods in org.j3d.aviatrix3d.rendering that return AppearanceAttributeRenderable
 AppearanceAttributeRenderable AppearanceRenderable.getAttributeRenderable(int attrib)
          Fetch the sub-renderable for the given type.
 


Aviatrix3D
2.1.0

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