Uses of Interface
shader.IShaderOp

Packages that use IShaderOp
raytracer   
shader   
 

Uses of IShaderOp in raytracer
 

Methods in raytracer with parameters of type IShaderOp
 void Scene.addShaderOp(IShaderOp shaderop)
          add a shaderop to the shader
 

Uses of IShaderOp in shader
 

Classes in shader that implement IShaderOp
 class AreaLightShaderOp
           
 class DirectLightingShaderOp
           
 class EmissionShaderOp
           
 class PathtracingShaderOp
           
 class ReflectionShaderOp
           
 class RefractionShaderOp
           
 

Methods in shader with parameters of type IShaderOp
 void Shader.addShaderOp(IShaderOp shaderop)
          adds a shader operation