Packages

package techniques

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object GlossyTechnique extends ParametricPrtTechnique[GlossyParameters, Unit]

    A parametric PRT technique for rendering geometry with glossy materials.

    A parametric PRT technique for rendering geometry with glossy materials.

    This technique is not physically correct.

    The technique is based on the classes GlossySimulator and GlossyShader.

  2. object LambertTechnique extends ParametricPrtTechnique[LambertParameters, Unit]

    A parametric PRT technique for rendering geometry with Lambertian materials.

    A parametric PRT technique for rendering geometry with Lambertian materials.

    The technique is based on the classes LambertSimulator and LambertShader.

  3. object UniversalPrtTechnique extends ParametricPrtTechnique[UniversalPrtParameters, UniversalPrtAuxiliaryData]

    A parametric PRT technique that supports rendering of all opaque surfaces that can be described by a BRDF.

    A parametric PRT technique that supports rendering of all opaque surfaces that can be described by a BRDF.

    This technique is highly efficient if it is used in surface space mode which can be enabled via its technique parameters.

Ungrouped