Uses of Class
org.xith3d.effects.bloom.BloomFactory

Packages that use BloomFactory
org.xith3d.effects   
org.xith3d.effects.bloom   
 

Uses of BloomFactory in org.xith3d.effects
 

Methods in org.xith3d.effects that return BloomFactory
 BloomFactory EffectFactory.getBloomFactory()
           
 

Methods in org.xith3d.effects with parameters of type BloomFactory
 void EffectFactory.registerBloomFactory(BloomFactory factory)
           
 

Uses of BloomFactory in org.xith3d.effects.bloom
 

Subclasses of BloomFactory in org.xith3d.effects.bloom
 class GLSLBloomFactory
          The GLSLBloomFactory is an implementation of Bloom effect using GLSL shaders.