|
Blender
V2.93
|
#include <bsdf_oren_nayar.h>
Public Attributes | |
| SHADER_CLOSURE_BASE | |
| float | roughness |
| float | a |
| float | b |
Definition at line 22 of file bsdf_oren_nayar.h.
| float OrenNayarBsdf::a |
Definition at line 26 of file bsdf_oren_nayar.h.
Referenced by bsdf_oren_nayar_get_intensity(), and bsdf_oren_nayar_setup().
| float OrenNayarBsdf::b |
Definition at line 27 of file bsdf_oren_nayar.h.
Referenced by bsdf_oren_nayar_get_intensity(), and bsdf_oren_nayar_setup().
| float OrenNayarBsdf::roughness |
Definition at line 25 of file bsdf_oren_nayar.h.
Referenced by bsdf_get_roughness_squared(), bsdf_oren_nayar_merge(), bsdf_oren_nayar_setup(), and svm_node_closure_bsdf().
| OrenNayarBsdf::SHADER_CLOSURE_BASE |
Definition at line 23 of file bsdf_oren_nayar.h.