#include "bsdfmodel/scaledmodel.h"#include "bsdfmodel/microfacet.h"#include "ndf/ggx.h"#include "maskingshadowing/heightcorrelated.h"Go to the source code of this file.
Namespaces | |
| namespace | bbm |
Typedefs | |
| template<typename CONF , string_literal NAME = "GGXHeitz"> | |
| using | ggxheitz = scaledmodel< microfacet< ndf::ggx< CONF, symmetry_v::Anisotropic >, maskingshadowing::heightcorrelated< CONF >, fresnel::cook< CONF >, microfacet_n::Walter, NAME >, bsdf_attr::SpecularScale > |
| Microfacet BSDF with anisotropic GGX-based NDF with heigh correlated shadowing and masking. | |
Functions | |
| BBM_CHECK_CONCEPT (concepts::bsdfmodel, bagher< config >) | |