|
Blender V4.3
|
#include <bsdf_hair.h>
Public Attributes | |
| SHADER_CLOSURE_BASE | |
| float3 | T |
| float | roughness1 |
| float | roughness2 |
| float | offset |
Definition at line 12 of file bsdf_hair.h.
| float HairBsdf::offset |
Definition at line 18 of file bsdf_hair.h.
Referenced by bsdf_hair_reflection_sample(), and bsdf_hair_transmission_sample().
| float HairBsdf::roughness1 |
Definition at line 16 of file bsdf_hair.h.
Referenced by bsdf_hair_reflection_setup().
| float HairBsdf::roughness2 |
Definition at line 17 of file bsdf_hair.h.
| HairBsdf::SHADER_CLOSURE_BASE |
Definition at line 13 of file bsdf_hair.h.
| float3 HairBsdf::T |
Definition at line 15 of file bsdf_hair.h.