RPR_MATERIAL_NODE_MICROFACET_ANISOTROPIC_REFLECTION
Usage
Microfacet reflectance with anisotropic rotation. This allows surfaces like brushed metal. The direction of anisotropy is dictated by the rotation, and effects the microfacet distribution.
Parameters
Input |
Name |
Type and Range |
Brief Explanation |
---|---|---|---|
RPR_MATERIAL_INPUT_COLOR |
|
Color |
Reflection color. |
RPR_MATERIAL_INPUT_NORMAL |
|
Vector |
Normal direction used for shading. |
RPR_MATERIAL_INPUT_IOR |
|
Float |
Index of refraction, usually 1-5. |
RPR_MATERIAL_INPUT_ROUGHNESS |
|
Float 0-1 |
Reflection roughness. |
RPR_MATERIAL_INPUT_ANISOTROPIC |
|
Float -1 to 1 |
Anisotropy amount, forwards or backwards. |
RPR_MATERIAL_INPUT_ROTATION |
|
Float in radian |
Rotation of anisotropy around UV direction. |