Packages

package brdf

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class SHBrdf extends AnyRef

    Represents the view-dependent SH-projection of a BRDF.

    Represents the view-dependent SH-projection of a BRDF. The projection is performed with respect to the light-direction.

  2. case class TabulatedSHBrdf extends SHBrdf with Product with Serializable

    A SH-projection of a BRDF as specified by the SHBrdf trait.

    A SH-projection of a BRDF as specified by the SHBrdf trait. The projection is performed in a pre-computation step for a dense set of view directions covering the entire unit sphere.

Value Members

  1. object SHBrdf
  2. object TabulatedSHBrdf extends Serializable

Ungrouped