Rings
Version 0.2

Uses of Class
threeD.raytracer.engine.ShaderFactory

Packages that use ShaderFactory
threeD.raytracer.engine   
 

Uses of ShaderFactory in threeD.raytracer.engine
 

Methods in threeD.raytracer.engine that return ShaderFactory
 ShaderFactory TextureShader.getFactory()
           
 

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

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


Rings
Version 0.2

Copyright 2003-05 Mike Murray