Aviatrix3D
2.1.0

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

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

Fields in org.j3d.aviatrix3d declared as RenderEffectsProcessor
protected  RenderEffectsProcessor Scene.processor
          Current effects processor
 

Methods in org.j3d.aviatrix3d that return RenderEffectsProcessor
 RenderEffectsProcessor Scene.getRenderEffectsProcessor()
          Get the currently set scene processor instance.
 

Methods in org.j3d.aviatrix3d with parameters of type RenderEffectsProcessor
 void Scene.setRenderEffectsProcessor(RenderEffectsProcessor prc)
          Register the scene processor to be used for this scene for pre and post rendering effects.
 

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

Fields in org.j3d.aviatrix3d.pipeline.graphics declared as RenderEffectsProcessor
 RenderEffectsProcessor GraphicsEnvironmentData.effectsProcessor
          If set, use this to do pre and post rendered effects
 

Uses of RenderEffectsProcessor in org.j3d.aviatrix3d.rendering
 

Methods in org.j3d.aviatrix3d.rendering that return RenderEffectsProcessor
 RenderEffectsProcessor SceneCullable.getRenderEffectsProcessor()
          Get the rendering effects processing user interface that applies to this frame.
 


Aviatrix3D
2.1.0

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