#include "bsdfmodel/scaledmodel.h"#include "bsdfmodel/microfacet.h"#include "ndf/beckmann.h"#include "maskingshadowing/heightcorrelated.h"Go to the source code of this file.
Namespaces | |
| namespace | bbm |
Typedefs | |
| template<typename CONF , string_literal NAME = "CookTorranceHeitz"> | |
| using | cooktorranceheitz = scaledmodel< microfacet< ndf::beckmann< CONF, symmetry_v::Anisotropic >, maskingshadowing::heightcorrelated< CONF >, fresnel::cook< CONF >, microfacet_n::Walter, NAME >, bsdf_attr::SpecularScale > |
| Microfacet BSDF with Anisotropic Beckmann-based NDF. | |
Functions | |
| BBM_CHECK_CONCEPT (concepts::bsdfmodel, bagher< config >) | |
Anisotropic Cook-Torrance BSDF follows: "Understanding the Masking-Shadowing Function in Microfacet-Based BRDFs" [Heitz 2014]: https://jcgt.org/published/0003/02/03/