|
Blender
V2.93
|
Inherits CBSDFClosure.
Inherited by MicrofacetGGXAnisoFresnelClosure, and MicrofacetGGXFresnelClosure.
Public Member Functions | |
| MicrofacetBsdf * | alloc (ShaderData *sd, int path_flag, float3 weight) |
Public Member Functions inherited from CBSDFClosure | |
| bool | skip (const ShaderData *sd, int path_flag, int scattering) |
Public Member Functions inherited from CClosurePrimitive | |
| virtual void | setup (ShaderData *sd, int path_flag, float3 weight)=0 |
Public Attributes | |
| MicrofacetBsdf | params |
| float3 | color |
| float3 | cspec0 |
Public Attributes inherited from CClosurePrimitive | |
| OSL::ustring | label |
Definition at line 592 of file osl_closures.cpp.
|
inline |
Definition at line 598 of file osl_closures.cpp.
References MicrofacetExtra::clearcoat, closure_alloc_extra(), MicrofacetExtra::color, MicrofacetExtra::cspec0, MicrofacetBsdf::extra, LABEL_GLOSSY, LABEL_REFLECT, NULL, and params.
| float3 MicrofacetFresnelClosure::color |
Definition at line 595 of file osl_closures.cpp.
| float3 MicrofacetFresnelClosure::cspec0 |
Definition at line 596 of file osl_closures.cpp.
| MicrofacetBsdf MicrofacetFresnelClosure::params |
Definition at line 594 of file osl_closures.cpp.