|
Blender
V3.3
|
Public Member Functions | |
| void | setup (ShaderData *sd, uint32_t path_flag, float3 weight) |
Public Member Functions inherited from CBSDFClosure | |
| bool | skip (const ShaderData *sd, uint32_t path_flag, int scattering) |
Public Attributes | |
| MicrofacetBsdf | params |
| ustring | distribution |
| int | refract |
Public Attributes inherited from CClosurePrimitive | |
| OSL::ustring | label |
Definition at line 495 of file closures.cpp.
|
inlinevirtual |
Implements CClosurePrimitive.
Definition at line 501 of file closures.cpp.
References bsdf_microfacet_beckmann_isotropic_setup(), bsdf_microfacet_beckmann_refraction_setup(), bsdf_microfacet_beckmann_setup(), bsdf_microfacet_ggx_isotropic_setup(), bsdf_microfacet_ggx_refraction_setup(), bsdf_microfacet_ggx_setup(), ensure_valid_reflection(), label, LABEL_GLOSSY, LABEL_REFLECT, LABEL_TRANSMIT, params, and refract().
| ustring MicrofacetClosure::distribution |
Definition at line 498 of file closures.cpp.
| MicrofacetBsdf MicrofacetClosure::params |
Definition at line 497 of file closures.cpp.
| int MicrofacetClosure::refract |
Definition at line 499 of file closures.cpp.