Uses of Class
net.sf.j3d.threeD.raytracer.shaders.ShaderFactory

Packages that use ShaderFactory
net.sf.j3d.threeD.raytracer.shaders   
 

Uses of ShaderFactory in net.sf.j3d.threeD.raytracer.shaders
 

Methods in net.sf.j3d.threeD.raytracer.shaders that return ShaderFactory
 ShaderFactory TextureShader.getFactory()
           
 

Methods in net.sf.j3d.threeD.raytracer.shaders with parameters of type ShaderFactory
 void TextureShader.setFactory(ShaderFactory factory)
          Sets the ShaderFactory object used by this TextureShader object.
 

Constructors in net.sf.j3d.threeD.raytracer.shaders with parameters of type ShaderFactory
TextureShader(Texture t, ShaderFactory factory)
          Constructs a new TextureShader object using the specified Texture and ShaderFactory objects.