Uses of Class
org.xith3d.base.Xith3DEnvironment

Packages that use Xith3DEnvironment
org.xith3d.base   
org.xith3d.effects.bloom   
org.xith3d.loop   
org.xith3d.utility.debug   
 

Uses of Xith3DEnvironment in org.xith3d.base
 

Methods in org.xith3d.base that return Xith3DEnvironment
static Xith3DEnvironment Xith3DEnvironment.createHeadless()
          Creates a new headless (without a View) Xith3DEnvironment.
static Xith3DEnvironment Xith3DEnvironment.createHeadless(RenderLoop renderLoop)
          Creates a new headless (without a View) Xith3DEnvironment.
 

Uses of Xith3DEnvironment in org.xith3d.effects.bloom
 

Methods in org.xith3d.effects.bloom with parameters of type Xith3DEnvironment
abstract  void BloomFactory.prepareForBloom(Xith3DEnvironment env, org.openmali.types.twodee.Sized2iRO resolution, GroupNode group)
           
 void GLSLBloomFactory.prepareForBloom(Xith3DEnvironment env, org.openmali.types.twodee.Sized2iRO resolution, GroupNode group)
           
 

Uses of Xith3DEnvironment in org.xith3d.loop
 

Methods in org.xith3d.loop that return Xith3DEnvironment
 Xith3DEnvironment RenderLoop.getXith3DEnvironment()
           
 

Methods in org.xith3d.loop with parameters of type Xith3DEnvironment
 void RenderLoop.setXith3DEnvironment(Xith3DEnvironment env)
          Sets the Xith3DEnvironment to this RenderLoop to be updated frame-by-frame.
 

Constructors in org.xith3d.loop with parameters of type Xith3DEnvironment
InputAdapterRenderLoop(Xith3DEnvironment x3dEnv)
          Creates a new instance.
InputAdapterRenderLoop(Xith3DEnvironment x3dEnv, float maxFPS)
          Creates a new instance.
RenderLoop(Xith3DEnvironment x3dEnv)
          Creates a new instance
RenderLoop(Xith3DEnvironment x3dEnv, float maxFPS)
          Creates a new instance
 

Uses of Xith3DEnvironment in org.xith3d.utility.debug
 

Constructors in org.xith3d.utility.debug with parameters of type Xith3DEnvironment
DebugCenter(Xith3DEnvironment env, Updater updater)