|
Blender
V2.93
|
Inherits CBSDFClosure.
Public Member Functions | |
| void | setup (ShaderData *sd, int path_flag, float3 weight) |
Public Member Functions inherited from CBSDFClosure | |
| bool | skip (const ShaderData *sd, int path_flag, int scattering) |
Public Attributes | |
| MicrofacetBsdf | params |
| ustring | distribution |
| int | refract |
Public Attributes inherited from CClosurePrimitive | |
| OSL::ustring | label |
Definition at line 516 of file osl_closures.cpp.
|
inlinevirtual |
Implements CClosurePrimitive.
Definition at line 522 of file osl_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(), label, LABEL_GLOSSY, LABEL_REFLECT, LABEL_TRANSMIT, params, and refract().
| ustring MicrofacetClosure::distribution |
Definition at line 519 of file osl_closures.cpp.
| MicrofacetBsdf MicrofacetClosure::params |
Definition at line 518 of file osl_closures.cpp.
| int MicrofacetClosure::refract |
Definition at line 520 of file osl_closures.cpp.