Enum for passing Isotropic or Anisotropic options to a BSDF. More...
Go to the source code of this file.
Namespaces | |
| namespace | bbm |
Typedefs | |
| template<symmetry_v V, typename Value > | |
| using | symmetry_t = std::conditional_t<(V==symmetry_v::Isotropic), Value, vec2d< Value > > |
| Determine the data type for storing isotropic or anisotropic reflectance parameters. | |
Enumerations | |
| enum struct | symmetry_v { Isotropic = 0x0001 , Anisotropic = 0x0002 } |
| symmetry variants. More... | |
Enum for passing Isotropic or Anisotropic options to a BSDF.