package techniques
- Alphabetic
- Public
- All
Value Members
-
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.
-
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.
-
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.