Uses of Class
Scene

Uses of Scene in <Unnamed>
 

Methods in <Unnamed> that return Scene
 Scene RayTracer.getScene()
          Returns the scene data.
 

Constructors in <Unnamed> with parameters of type Scene
RayTracer(Scene scene)
           
RayTracerUniformSuperSampler(Scene scene, int gridSize)
          Constructs a uniform super-sampling ray tracer.