edu.utexas.cs.sdao.reyes

render

package render

Visibility
  1. Public
  2. All

Type Members

  1. class Camera extends Projection

    A pinhole camera projection.

  2. case class Micropolygon(v1: Vector3, v2: Vector3, v3: Vector3, v4: Vector3, color: Color) extends Product with Serializable

    An individual micropolygon that has been busted out from a micropolygon grid.

  3. class MicropolygonGrid extends AnyRef

    A grid of micropolygons on a UV surface.

  4. case class PipelineInfo(surface: SplitSurface, boundingBox: BoundingBox, diceRateU: Int, diceRateV: Int) extends Product with Serializable

    Stores information on how to process a specific surface through the pipeline after it has been split.

  5. class ProjectedMicropolygonGrid extends MicropolygonGrid

  6. abstract class Projection extends AnyRef

    Projects world coordinates into camera and screen coordinates.

  7. class SupersamplingCamera extends Camera

    A camera that supersamples when rendering the final image.

Value Members

  1. object MicropolygonGrid

  2. object ProjectedMicropolygonGrid

Ungrouped