object RayTrace

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RayTrace
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def castRay(ray: Ray, geom: Geometry, lights: List[Light], cnt: Int): RTColor
  2. def render(eye: Point, topLeft: Point, right: Vect, down: Vect, img: RTImage, geom: Geometry, lights: List[Light], numRays: Int): Unit
  3. def render(view: View, img: RTImage, geom: Geometry, lights: List[Light], numRays: Int): Unit
  4. def texturePanel(p: Point, r: Vect, d: Vect, n: Vect, ref: Double, fname: String): Geometry