public RayTracer(Bounds3 bounds, IRenderable fractal, Camera camera) { this.bounds = bounds; this.fractal = fractal; this.camera = camera; }